Revision: 28948
http://xbmc.svn.sourceforge.net/xbmc/?rev=28948&view=rev
Author: ceros7
Date: 2010-04-01 06:14:07 +0000 (Thu, 01 Apr 2010)
Log Message:
-----------
Add llqtwebkit build directories to DISTCLEAN_FILES.
Modified Paths:
--------------
branches/llqtwebkit-browser/Makefile.in
Modified: branches/llqtwebkit-browser/Makefile.in
===================================================================
--- branches/llqtwebkit-browser/Makefile.in 2010-04-01 05:43:05 UTC (rev 28947)
+++ branches/llqtwebkit-browser/Makefile.in 2010-04-01 06:14:07 UTC (rev 28948)
@@ -138,7 +138,10 @@
autom4te.cache config.h.in~ \
xbmc/lib/libPython/Python/Include/pyconfig.h \
xbmc/lib/libPython/Python/configure.lineno \
- xbmc/lib/libPython/Python/libpython2.4.so.1.0
+ xbmc/lib/libPython/Python/libpython2.4.so.1.0 \
+ lib/llqtwebkit/.moc \
+ lib/llqtwebkit/.obj \
+ lib/llqtwebkit/.ui
all : Makefile externals xbmc.bin xbmc-xrandr skins
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|