projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb20c35
)
openldap plugin: use CPPFLAGS instead of CFLAGS
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 18:42:36 +0000
(20:42 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 18:43:01 +0000
(20:43 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
77784b2
..
abc560b
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-764,8
+764,8
@@
endif
if BUILD_PLUGIN_OPENLDAP
pkglib_LTLIBRARIES += openldap.la
openldap_la_SOURCES = openldap.c
+openldap_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBLDAP_CPPFLAGS)
openldap_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBLDAP_LDFLAGS)
-openldap_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBLDAP_CPPFLAGS)
openldap_la_LIBADD = -lldap
endif