]> git.sesse.net Git - vlc/commitdiff
Add xcb and peflags to the cleaning target
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 25 Oct 2009 21:13:07 +0000 (21:13 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 25 Oct 2009 21:50:23 +0000 (21:50 +0000)
extras/contrib/src/Makefile

index b136feb2ad3f2590a4d52fb8f227491174e06566..cc04f4140c11b6424854cf902e8ebdb19d0fdc6c 100644 (file)
@@ -2577,6 +2577,10 @@ xcb-util: xcb-util-$(XCB_UTIL_VERSION).tar.bz2
        cd $< && make install
        touch $@
 
+CLEAN_FILES += .xcb-util .xcb
+CLEAN_PKG += xcb-util xcb
+DISTCLEAN_PKG += xcb-util-$(XCB_UTIL_VERSION).tar.bz2 libxcb-$(XCB_VERSION).tar.bz2
+
 # ***************************************************************************
 # Peflags utility (Windows only)
 # ***************************************************************************
@@ -2591,7 +2595,8 @@ peflags/peflags.c:
        cd peflags && install ./peflags $(PREFIX)/bin
        touch $@
 
-CLEAN_PKG +=peflags
+CLEAN_PKG += peflags
+CLEAN_FILES += .peflags
 # ***************************************************************************
 # Some cleaning
 # ***************************************************************************