diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-01 10:08:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-01 10:08:32 +0000 |
| commit | 90f24142852d826e0a9725c7549f3326798085bd (patch) | |
| tree | e50992c06df3c9735397f37e3dd0e41e97282718 /src/Makefile.am | |
| parent | b1cc4b4fe307e6aacdb665587216669f48d5c769 (diff) | |
add gettext
change CXXFLAGS back to CPPFLAGS in the .am's
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bc533a2b..0936920b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ DEFAULT_MENU=$(pkgdatadir)/menu DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex -CXXFLAGS=`pkg-config --cflags xft` @CXXFLAGS@ \ +CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@ \ -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" |
