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 /Makefile.am | |
| parent | b1cc4b4fe307e6aacdb665587216669f48d5c769 (diff) | |
add gettext
change CXXFLAGS back to CPPFLAGS in the .am's
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e393250d..f74c1ca3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Makefile.am for Openbox -SUBDIRS = data doc otk src util +SUBDIRS = po m4 data doc otk src util MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in uninstall-local: @@ -8,3 +8,9 @@ uninstall-local: distclean-local: rm -f *\~ gmon.out .\#* + +ACLOCAL_AMFLAGS = -I m4 + +EXTRA_DIST = admin/config.rpath admin/mkinstalldirs ABOUT-NLS INSTALL README \ + COPYING AUTHORS CHANGELOG CHANGELOG.Blackbox CHANGELOG.bsetbg \ + LICENSE README.bbtools README.bsetbg |
