ceph plugin: remove unused assignment
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 31 Dec 2016 12:25:06 +0000 (13:25 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 31 Dec 2016 12:25:06 +0000 (13:25 +0100)
Makefile.am

index 1d8a4bb..017b9a9 100644 (file)
@@ -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)