diff options
-rw-r--r-- | macros/ChangeLog | 4 | ||||
-rw-r--r-- | macros/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index dce3d40b0e..d72e79dd33 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +1999-01-06 Nat Friedman <nat@nat.org> + + * Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS + 1999-01-05 Raja R Harinath <harinath@cs.umn.edu> * gnome-support.m4: Include dirent.h before checking whether diff --git a/macros/Makefile.am b/macros/Makefile.am index d2fc206873..c354713040 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -14,6 +14,7 @@ MACROS= \ gnome-support.m4 \ gnome-undelfs.m4 \ gnome-vfs.m4 \ + gnome-print-check.m4 \ gnome-x-checks.m4 \ gnome-xml-check.m4 \ gnome-gettext.m4 \ |