From f859a76b0f325b07952ad1c5c818318307c589b0 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 4 Nov 2008 19:24:29 +0100 Subject: Don't clobber CFLAGS in configure This lets the user set CFLAGS when running make. --- src/util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util') 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 = \ -- cgit v1.2.3