remove build sources from dist

2003-11-07  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: remove build sources from dist

svn path=/trunk/; revision=23217
This commit is contained in:
JP Rosevear
2003-11-07 08:24:21 +00:00
committed by JP Rosevear
parent 004e2cfd84
commit e0adf2b91a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-11-07 JP Rosevear <jpr@ximian.com>
* Makefile.am: remove build sources from dist
2003-11-07 JP Rosevear <jpr@ximian.com>
* Makefile.am: make sure the marshal header and source are in the

View File

@ -142,3 +142,6 @@ libedb3util_la_LIBADD = \
BUILT_SOURCES = $(MARSHAL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)