diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-28 07:41:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-28 07:41:47 +0000 |
| commit | 62ea1c5937b8d9dec82954e74da3fd2e712f2386 (patch) | |
| tree | 50d178bb52351d12542136661adaefb9f4ee6e91 /src/Makefile.am | |
| parent | 5377e3fde108da56894185716d47c3058032b97f (diff) | |
use config.h for configuration options instead of a bunch of -D's on the compile command lines
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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)\" |
