From 62ea1c5937b8d9dec82954e74da3fd2e712f2386 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 28 May 2002 07:41:47 +0000 Subject: use config.h for configuration options instead of a bunch of -D's on the compile command lines --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 637fa1d4..047a4982 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,8 +22,7 @@ DEFAULT_MENU=$(pkgdatadir)/menu DEFAULT_STYLE=$(pkgdatadir)/styles/steelblue -CPPFLAGS= @CPPFLAGS@ @SHAPE@ @ORDEREDPSEUDO@ \ -@DEBUG@ @NLS@ @TIMEDCACHE@ @SLIT@ @CLOBBER@ \ +CPPFLAGS=@CPPFLAGS@ @DEBUG@ \ -DLOCALEPATH=\"$(pkgdatadir)/nls\" \ -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" -- cgit v1.2.3