diff --git a/config/ChangeLog b/config/ChangeLog index c8b65aeb41..6d534ed159 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2002-09-10 Jean-Marc Lasgouttes + + * Makefile.am (EXTRA_DIST): add xforms.m4 to the distribution + 2002-06-20 Jean-Marc Lasgouttes * pspell.m4: patch from Garst to help find pspell (bug 428) this diff --git a/config/Makefile.am b/config/Makefile.am index 2d506a4430..877fb06d90 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -2,4 +2,5 @@ include $(top_srcdir)/config/common.am EXTRA_DIST = common.am codeset.m4 lyxinclude.m4 libtool.m4 gettext.m4 \ glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 \ - sigc++.m4 qt2.m4 gtk--.m4 gnome--.m4 gnome.m4 pspell.m4 + sigc++.m4 qt2.m4 gtk--.m4 gnome--.m4 gnome.m4 xforms.m4 \ + pspell.m4