diff options
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am index cb7c185..2aec9ff 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -22,9 +22,11 @@ MACROS= \ gnome.m4 \ gperf-check.m4 \ linger.m4 \ - need-declaration.m4 + need-declaration.m4 \ + xerces.m4 \ + mozilla.m4 -EXTRA_DIST=$(MACROS) gnome-common.m4 gnome-gettext.m4 autogen.sh +EXTRA_DIST=$(MACROS) gnome-common.m4 gnome-gettext.m4 autogen.sh mozilla-version.pl xerces-version.pl MAINTAINERCLEANFILES=macros.dep @MAINT@macros.dep: Makefile.am |