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 /util | |
| parent | b1cc4b4fe307e6aacdb665587216669f48d5c769 (diff) | |
add gettext
change CXXFLAGS back to CPPFLAGS in the .am's
Diffstat (limited to 'util')
| -rw-r--r-- | util/Makefile.am | 2 | ||||
| -rw-r--r-- | util/epist/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index a7a9f5bb..43f042c6 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ # util/Makefile.am for Blackbox - an X11 Window manager -CXXFLAGS= @CXXFLAGS@ +CPPFLAGS= @CPPFLAGS@ #SUBDIRS = epist bin_SCRIPTS = bsetbg diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am index 9bbcad12..ceb54b76 100644 --- a/util/epist/Makefile.am +++ b/util/epist/Makefile.am @@ -4,7 +4,7 @@ DEFAULT_RC=$(pkgdatadir)/epistrc CLEANFILES = epist.1 epistrc.5 -CXXFLAGS= @CXXFLAGS@ -DDEFAULTRC=\"$(DEFAULT_RC)\" +CPPFLAGS= @CPPFLAGS@ -DDEFAULTRC=\"$(DEFAULT_RC)\" #EXTRA_PROGRAMS = epist bin_PROGRAMS = epist |
