[Tomoe-cvs 2096] CVS update: tomoe/lib

Back to archive index

Kouhei Sutou kous****@users*****
2006年 12月 26日 (火) 12:05:59 JST


Index: tomoe/lib/Makefile.am
diff -u tomoe/lib/Makefile.am:1.50 tomoe/lib/Makefile.am:1.51
--- tomoe/lib/Makefile.am:1.50	Tue Dec 26 11:50:49 2006
+++ tomoe/lib/Makefile.am	Tue Dec 26 12:05:59 2006
@@ -48,7 +48,6 @@
 	$(enum_source_prefix).h
 
 BUILT_SOURCES = $(enum_sources)
-CLEANFILES += $(enum_sources)
 
 pkginclude_HEADERS =			\
 	$(tomoe_public_h_sources)	\
@@ -89,13 +88,8 @@
 libtomoe_la_LIBADD = $(TOMOE_LIBS)
 
 
-
-BUILT_SOURCES += \
-	stamp-$(enum_source_prefix)-c \
-	stamp-$(enum_source_prefix)-h
-
-CLEANFILES += \
-	stamp-$(enum_source_prefix)-c \
+MAINTAINERCLEANFILES =			\
+	stamp-$(enum_source_prefix)-c	\
 	stamp-$(enum_source_prefix)-h
 
 $(enum_source_prefix).c: stamp-$(enum_source_prefix)-c $(enum_source_prefix).h


tomoe-cvs メーリングリストの案内
Back to archive index