[evolution-data-server/mmeeks-gdbus-import] Remove camel-imapx-tokenise.h when running "make clean".



commit 0415c6c2eaeecb1956eb7593803dcbf96bd1ebed
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Mar 3 16:18:23 2010 -0500

    Remove camel-imapx-tokenise.h when running "make clean".
    
    Ensures "make clean; make" regenerates the file.

 camel/providers/imapx/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/Makefile.am b/camel/providers/imapx/Makefile.am
index 5d85427..985ed53 100644
--- a/camel/providers/imapx/Makefile.am
+++ b/camel/providers/imapx/Makefile.am
@@ -62,6 +62,9 @@ test_imapx_LDADD =							\
 	$(top_builddir)/camel/libcamel-provider-1.2.la			\
 	libcamelimapx.la
 
+BUILT_SOURCES = camel-imapx-tokenise.h
+CLEANFILES = $(BUILT_SOURCES)
+
 EXTRA_DIST = libcamelimapx.urls camel-imapx-tokens.txt
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]