diff options
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am index 10e5585ab9..5d1b1e378b 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -1,8 +1,16 @@ ## Please update this variable if any new macros are created -MACROS= aclocal-include.m4 gnome-guile-checks.m4 \ - gnome-objc-checks.m4 gnome-x-checks.m4 \ - gnome-support.m4 gnome-pthread-check.m4 gnome.m4 \ - gnome-fileutils.m4 +MACROS= \ + aclocal-include.m4 \ + curses.m4 \ + gnome-fileutils.m4 \ + gnome-guile-checks.m4 \ + gnome-libgtop-check.m4 \ + gnome-libgtop-sysdeps.m4 \ + gnome-objc-checks.m4 \ + gnome-pthread-check.m4 \ + gnome-support.m4 \ + gnome-x-checks.m4 \ + gnome.m4 EXTRA_DIST=$(MACROS) autogen.sh macros.dep MAINTAINERCLEANFILES=macros.dep |