diff options
-rw-r--r-- | smime/ChangeLog | 4 | ||||
-rw-r--r-- | smime/lib/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog index c88116dc6a..22350de738 100644 --- a/smime/ChangeLog +++ b/smime/ChangeLog @@ -1,3 +1,7 @@ +2004-06-15 Jeffrey Stedfast <fejj@novell.com> + + * lib/Makefile.am: Added smime-marshal.list to EXTRA_DIST + 2004-06-08 Chris Toshok <toshok@ximian.com> * lib/e-cert-db.[ch]: quiet the compiler, and dobey. diff --git a/smime/lib/Makefile.am b/smime/lib/Makefile.am index a9068e3b18..7e599241a8 100644 --- a/smime/lib/Makefile.am +++ b/smime/lib/Makefile.am @@ -33,3 +33,5 @@ MARSHAL_GENERATED = smime-marshal.c smime-marshal.h BUILT_SOURCES = $(MARSHAL_GENERATED) CLEANFILES = $(BUILT_SOURCES) + +EXTRA_DIST = smime-marshal.list |