X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=3d0964e0b4fcc1383f77a705c13adc58a13941d8;hb=bd797318dc25cf86460af9971644a7b92dc34c7d;hp=e37716f676ddee44a11c3c86bce7d6cfd9fee4d5;hpb=5a32acd88719481cc22aaecd36f3cbc11f3a3489;p=collectd.git diff --git a/Makefile.am b/Makefile.am index e37716f6..3d0964e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -483,7 +483,8 @@ libcollectdclient_la_SOURCES = \ src/libcollectdclient/network.c \ src/libcollectdclient/network_buffer.c \ src/libcollectdclient/network_parse.c \ - src/libcollectdclient/server.c + src/libcollectdclient/server.c \ + src/libcollectdclient/collectd/stdendian.h libcollectdclient_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(srcdir)/src/libcollectdclient \ @@ -592,7 +593,7 @@ if BUILD_PLUGIN_BAROMETER pkglib_LTLIBRARIES += barometer.la barometer_la_SOURCES = src/barometer.c barometer_la_LDFLAGS = $(PLUGIN_LDFLAGS) -barometer_la_LIBADD = -lm +barometer_la_LIBADD = -lm $(BUILD_WITH_LIBI2C_LIBS) endif if BUILD_PLUGIN_BATTERY