Title: [150884] trunk
Revision
150884
Author
[email protected]
Date
2013-05-29 05:15:53 -0700 (Wed, 29 May 2013)

Log Message

Unreviewed. Fix make distcheck.

.:

* GNUmakefile.am: Add WebKitFeatures.h and WebKitFeatures.txt to
DISTCLEANFILES.

Source/WebKit2:

* GNUmakefile.am: Add WebCoreLayerGtk2.a to DISTCLEANFILES.

Tools:

* TestWebKitAPI/GNUmakefile.am: Add WebCoreLayer.a to
DISTCLEANFILES.

Modified Paths

Diff

Modified: trunk/ChangeLog (150883 => 150884)


--- trunk/ChangeLog	2013-05-29 11:51:32 UTC (rev 150883)
+++ trunk/ChangeLog	2013-05-29 12:15:53 UTC (rev 150884)
@@ -1,3 +1,10 @@
+2013-05-29  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add WebKitFeatures.h and WebKitFeatures.txt to
+        DISTCLEANFILES.
+
 2013-05-26  Jon Lee  <[email protected]>
 
         [WK2] Notifications clobber each other with multiple processes

Modified: trunk/GNUmakefile.am (150883 => 150884)


--- trunk/GNUmakefile.am	2013-05-29 11:51:32 UTC (rev 150883)
+++ trunk/GNUmakefile.am	2013-05-29 12:15:53 UTC (rev 150884)
@@ -227,7 +227,9 @@
 DISTCLEANFILES += \
 	$(CLEANFILES) \
 	$(builddir)/doltcompile \
-	$(builddir)/doltlibtool
+	$(builddir)/doltlibtool \
+	$(builddir)/WebKitFeatures.h \
+	$(builddir)/WebKitFeatures.txt
 
 MAINTAINERCLEANFILES += \
 	$(CLEANFILES) \

Modified: trunk/Source/WebKit2/ChangeLog (150883 => 150884)


--- trunk/Source/WebKit2/ChangeLog	2013-05-29 11:51:32 UTC (rev 150883)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-29 12:15:53 UTC (rev 150884)
@@ -1,3 +1,9 @@
+2013-05-29  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add WebCoreLayerGtk2.a to DISTCLEANFILES.
+
 2013-05-29  Seokju Kwon  <[email protected]>
 
         [GTK] Clean up WebKit2 GNUmakefile.am

Modified: trunk/Source/WebKit2/GNUmakefile.am (150883 => 150884)


--- trunk/Source/WebKit2/GNUmakefile.am	2013-05-29 11:51:32 UTC (rev 150883)
+++ trunk/Source/WebKit2/GNUmakefile.am	2013-05-29 12:15:53 UTC (rev 150884)
@@ -587,6 +587,9 @@
 	$(AM_V_GEN)
 	$(AM_V_at)$(foreach archive, $(webcore_layer_gtk2_archives), $(shell ar t $(archive) | xargs -n50 ar cruT $@))
 
+DISTCLEANFILES += \
+	$(top_builddir)/WebCoreLayerGtk2.a
+
 Programs_WebKitPluginProcess_CPPFLAGS = \
 	-include $(srcdir)/Source/WebKit2/WebKit2Prefix.h \
 	-I$(srcdir)/Source/WebKit2 \

Modified: trunk/Tools/ChangeLog (150883 => 150884)


--- trunk/Tools/ChangeLog	2013-05-29 11:51:32 UTC (rev 150883)
+++ trunk/Tools/ChangeLog	2013-05-29 12:15:53 UTC (rev 150884)
@@ -1,3 +1,10 @@
+2013-05-29  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * TestWebKitAPI/GNUmakefile.am: Add WebCoreLayer.a to
+        DISTCLEANFILES.
+
 2013-05-29  Mary Wu  <[email protected]>
 
         Unreviewed: update my email address in contributors.json.

Modified: trunk/Tools/TestWebKitAPI/GNUmakefile.am (150883 => 150884)


--- trunk/Tools/TestWebKitAPI/GNUmakefile.am	2013-05-29 11:51:32 UTC (rev 150883)
+++ trunk/Tools/TestWebKitAPI/GNUmakefile.am	2013-05-29 12:15:53 UTC (rev 150884)
@@ -121,6 +121,9 @@
 	$(AM_V_GEN)
 	$(AM_V_at)$(foreach archive, $(webcore_layer_archives), $(shell ar t $(archive) | xargs -n50 ar cruT $@))
 
+DISTCLEANFILES += \
+	$(top_builddir)/WebCoreLayer.a
+
 Programs_TestWebKitAPI_TestWebCore_CPPFLAGS = \
 	$(Libraries_libTestWebKitAPIMain_la_CPPFLAGS) \
 	-I$(top_builddir)/DerivedSources/WebCore/include
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to