projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a3b55
)
ceph plugin: remove unused assignment
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 31 Dec 2016 12:25:06 +0000
(13:25 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 31 Dec 2016 12:25:06 +0000
(13:25 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
1d8a4bb
..
017b9a9
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-593,7
+593,6
@@
endif
if BUILD_PLUGIN_CEPH
pkglib_LTLIBRARIES += ceph.la
ceph_la_SOURCES = src/ceph.c
-ceph_la_CFLAGS = $(AM_CFLAGS)
ceph_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS)
ceph_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS)
ceph_la_LIBADD = $(BUILD_WITH_LIBYAJL_LIBS)