From 31a65bcab58968b635c391bd21a0b8e37a2d473c Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 7 Dec 2007 18:29:18 +0000 Subject: More build system changes to make it play better with up-to-date autotools. In particular, this round gets rid of acconfig.h, putting the necessary bits into conf/configure.in.in, and using AM_CFLAGS & co. instead of plain CFLAGS, which rightly upsets automake. --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index 10f4358..ec6989b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,8 +1,8 @@ # $Id$ # INCLUDES = -I$(top_srcdir)/intl -CFLAGS = $(THREADED_CFLAGS) -CXXFLAGS = $(THREADED_CXXFLAGS) +AM_CFLAGS = $(THREADED_CFLAGS) +AM_CXXFLAGS = $(THREADED_CXXFLAGS) lib_LTLIBRARIES = libplp.la -- cgit v1.2.3