summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-03-19 13:20:43 -0300
committerLennart Poettering <lennart@poettering.net>2012-03-26 21:02:29 +0200
commit9e7adc3ae1133fa08a468768a490812299fad030 (patch)
tree75f50d903c2c5177c6b66bcd45e16a4c9ab2e8a6 /Makefile.am
parenteb2e280f9c59b66965c9316eadc4c113a13ca744 (diff)
build-sys: separate ldflags from cflags
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2699e594c..abe21506d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,6 +107,7 @@ AM_CPPFLAGS = \
-I $(top_srcdir)/src/systemd
AM_CFLAGS = $(WARNINGFLAGS)
+AM_LDFLAGS = $(GCLDFLAGS)
if TARGET_GENTOO
AM_CPPFLAGS += \