summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6a3b55)
raw | patch | inline | side by side (parent: e6a3b55)
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 1d8a4bb43f39203fc341d75c51ba48aa2aed4f01..017b9a982c5fb4c20cc91814dd0a9d3e6565eee4 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
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)