diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-07 16:24:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 16:24:21 +0800 |
commit | e0adf2b91a60b2e114fcea9e347cdd0f12a7a745 (patch) | |
tree | b27ddb98eaf13752f5922fea7f893f8a9b90bed1 /e-util | |
parent | 004e2cfd84e6a595939db7a396d4fe00b7a82b03 (diff) | |
download | gsoc2013-evolution-e0adf2b91a60b2e114fcea9e347cdd0f12a7a745.tar.gz gsoc2013-evolution-e0adf2b91a60b2e114fcea9e347cdd0f12a7a745.tar.zst gsoc2013-evolution-e0adf2b91a60b2e114fcea9e347cdd0f12a7a745.zip |
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
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/Makefile.am | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 504f8301c6..a672b06430 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -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 diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 0258e52a32..8657e29333 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -142,3 +142,6 @@ libedb3util_la_LIBADD = \ BUILT_SOURCES = $(MARSHAL_GENERATED) CLEANFILES = $(BUILT_SOURCES) + +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES)
\ No newline at end of file |