summaryrefslogtreecommitdiff
path: root/src/stubs
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-11-04 19:24:29 +0100
committerJulien Cristau <jcristau@debian.org>2008-11-04 19:26:45 +0100
commitf859a76b0f325b07952ad1c5c818318307c589b0 (patch)
tree2cb836fef7fd18d65ef8177cc2ca694d893f890c /src/stubs
parent6bf52de1fb84d61b227daf7a7077af9ea3ec27a3 (diff)
Don't clobber CFLAGS in configure
This lets the user set CFLAGS when running make.
Diffstat (limited to 'src/stubs')
-rw-r--r--src/stubs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stubs/Makefile.am b/src/stubs/Makefile.am
index acee880..963470f 100644
--- a/src/stubs/Makefile.am
+++ b/src/stubs/Makefile.am
@@ -1,6 +1,8 @@
INCLUDES = \
-I${top_srcdir}/include
+AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS)
+
noinst_LTLIBRARIES = libstubs.la
libstubs_la_SOURCES = \