diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | include/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -0,0 +1,6 @@ +2002-12-05 gettextize <bug-gnu-gettext@gnu.org> + + * Makefile.am (SUBDIRS): Add intl, + (EXTRA_DIST): Add config.rpath mkinstalldirs. + * configure.ac (AC_CONFIG_FILES): Add intl/Makefile, + diff --git a/include/Makefile.am b/include/Makefile.am index e531c43..1ad46fb 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1 +1 @@ -noinst_HEADERS = gettext.h
\ No newline at end of file +noinst_HEADERS = gettext.h |