diff options
author | Julien Cristau <jcristau@debian.org> | 2008-11-04 19:24:29 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-11-04 19:26:45 +0100 |
commit | f859a76b0f325b07952ad1c5c818318307c589b0 (patch) | |
tree | 2cb836fef7fd18d65ef8177cc2ca694d893f890c /src/util | |
parent | 6bf52de1fb84d61b227daf7a7077af9ea3ec27a3 (diff) |
Don't clobber CFLAGS in configure
This lets the user set CFLAGS when running make.
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index bec93ee..055fc9d 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -2,6 +2,8 @@ INCLUDES = \ -I${top_srcdir}/include \ -I$(top_srcdir)/src/stubs +AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS) + noinst_LTLIBRARIES = libutil.la libutil_la_SOURCES = \ |