summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/Makemodule.am
diff options
context:
space:
mode:
authorRuediger Meier2016-02-22 20:20:14 +0100
committerRuediger Meier2016-02-23 01:17:29 +0100
commitb0b54cc582ffc4f4faac2d4ad5cf9028a9eea013 (patch)
treef6e038c2a2747866032799139226f47fab84acec /libsmartcols/src/Makemodule.am
parentbuild-sys: always use global LDADD (diff)
downloadkernel-qcow2-util-linux-b0b54cc582ffc4f4faac2d4ad5cf9028a9eea013.tar.gz
kernel-qcow2-util-linux-b0b54cc582ffc4f4faac2d4ad5cf9028a9eea013.tar.xz
kernel-qcow2-util-linux-b0b54cc582ffc4f4faac2d4ad5cf9028a9eea013.zip
build-sys: always add AM_CFLAGS
We were missing our nice compliler warnings for many programs and libs. See next commits how many trivial and non-trival warnings have to be fixed. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libsmartcols/src/Makemodule.am')
-rw-r--r--libsmartcols/src/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am
index 257d46dcb..248faa9e0 100644
--- a/libsmartcols/src/Makemodule.am
+++ b/libsmartcols/src/Makemodule.am
@@ -25,6 +25,7 @@ nodist_libsmartcols_la_SOURCES = libsmartcols/src/smartcolsP.h
libsmartcols_la_LIBADD = libcommon.la
libsmartcols_la_CFLAGS = \
+ $(AM_CFLAGS) \
$(SOLIB_CFLAGS) \
-I$(ul_libsmartcols_incdir) \
-I$(top_srcdir)/libsmartcols/src