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:
@ -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
|
||||
|
@ -142,3 +142,6 @@ libedb3util_la_LIBADD = \
|
||||
|
||||
BUILT_SOURCES = $(MARSHAL_GENERATED)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
dist-hook:
|
||||
cd $(distdir); rm -f $(BUILT_SOURCES)
|
Reference in New Issue
Block a user