diff options
-rw-r--r-- | wombat/ChangeLog | 4 | ||||
-rw-r--r-- | wombat/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 0a42871fab..532d53489a 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2001-03-21 JP Rosevear <jpr@ximian.com> + + * Makefile.am: add wombat-moniker.h as a source so it gets disted + 2001-03-21 Dietmar Maurer <dietmar@ximian.com> * wombat.c (setup_config): initialise the moniker factory diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 1ba59269bf..495ee1d68b 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -19,6 +19,7 @@ bin_PROGRAMS = \ wombat_SOURCES = \ wombat-moniker.c \ + wombat-moniker.h \ wombat.c wombat_LDADD = \ |