diff options
author | JP Rosevear <jpr@ximian.com> | 2001-03-22 06:38:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-03-22 06:38:28 +0800 |
commit | a48f0f6bf39a9321ce2a04621728f7d38ec86efe (patch) | |
tree | 1df4c0ab02b49635a1e8abf4351dff760a449159 | |
parent | 4773a02274ba45e668dbf8cb7cdf3ab3b9c8b36a (diff) | |
download | gsoc2013-evolution-a48f0f6bf39a9321ce2a04621728f7d38ec86efe.tar gsoc2013-evolution-a48f0f6bf39a9321ce2a04621728f7d38ec86efe.tar.gz gsoc2013-evolution-a48f0f6bf39a9321ce2a04621728f7d38ec86efe.tar.bz2 gsoc2013-evolution-a48f0f6bf39a9321ce2a04621728f7d38ec86efe.tar.lz gsoc2013-evolution-a48f0f6bf39a9321ce2a04621728f7d38ec86efe.tar.xz gsoc2013-evolution-a48f0f6bf39a9321ce2a04621728f7d38ec86efe.tar.zst gsoc2013-evolution-a48f0f6bf39a9321ce2a04621728f7d38ec86efe.zip |
add wombat-moniker.h as a source so it gets disted
2001-03-21 JP Rosevear <jpr@ximian.com>
* Makefile.am: add wombat-moniker.h as a source so it gets disted
svn path=/trunk/; revision=8876
-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 = \ |