[vlc-devel] commit: Add xcb and peflags to the cleaning target (Christophe Mutricy )

git version control git at videolan.org
Sun Oct 25 22:50:41 CET 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sun Oct 25 21:13:07 2009 +0000| [462ae983f07c1b2f7cfeec728084052ed34f0dc9] | committer: Christophe Mutricy 

Add xcb and peflags to the cleaning target

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=462ae983f07c1b2f7cfeec728084052ed34f0dc9
---

 extras/contrib/src/Makefile |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index b136feb..cc04f41 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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
 # ***************************************************************************




More information about the vlc-devel mailing list