X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flibcollectdclient%2FMakefile.am;h=5abee2f1a44f1fd0abdce185c1cb390ffd00aeab;hb=f5adf265a374e5e0dba89a4a9903e7719dc57039;hp=ee77b81be702c1960bc5555d785cfb15c255d183;hpb=37392e3b7b8f9c2b7b2c601cec5b879d9a75116e;p=collectd.git diff --git a/src/libcollectdclient/Makefile.am b/src/libcollectdclient/Makefile.am index ee77b81b..5abee2f1 100644 --- a/src/libcollectdclient/Makefile.am +++ b/src/libcollectdclient/Makefile.am @@ -11,7 +11,10 @@ nodist_pkgconfig_DATA = libcollectdclient.pc BUILT_SOURCES = collectd/lcc_features.h libcollectdclient_la_SOURCES = client.c network.c network_buffer.c -libcollectdclient_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(top +libcollectdclient_la_CPPFLAGS = $(AM_CPPFLAGS) \ + -I$(top_srcdir)/src/libcollectdclient/collectd \ + -I$(top_builddir)/src/libcollectdclient/collectd \ + -I$(top_srcdir)/src/daemon libcollectdclient_la_LDFLAGS = -version-info 1:0:0 libcollectdclient_la_LIBADD = if BUILD_WITH_LIBGCRYPT