Update of /cvsroot/xine/gnome-xine/include
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5809/include

Modified Files:
        Makefile.am 
Log Message:
Resync with hg repository.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/xine/gnome-xine/include/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.am 1 Nov 2005 01:46:06 -0000       1.7
+++ Makefile.am 9 Dec 2006 14:05:28 -0000       1.8
@@ -2,7 +2,14 @@
 # nothing yet
 #
 
-EXTRA_DIST = i18n.h
+BUILT_SOURCES = version.h
+
+EXTRA_DIST = i18n.h version.h
+
+HG_ID:=$(shell "$(srcdir)/cset_id.sh" "$(top_srcdir)")
+
+version.h:
+       expr "$(HG_ID)" = "`test -f "$(srcdir)/version.h" && cat 
"$(srcdir)/version.h"`" >/dev/null || echo "$(HG_ID)" >"$(srcdir)/version.h"
 
 debug: CFLAGS=$(DEBUG_CFLAGS)
 debug: all
@@ -15,5 +22,7 @@
 maintainer-clean-generic:
        [EMAIL PROTECTED] "This command is intended for maintainers to use;"
        [EMAIL PROTECTED] "it deletes files that may require special tools to 
rebuild."
-       -rm -f config.h.in stamp-h.in
+       -rm -f config.h.in stamp-h.in version.h
        -rm -f Makefile.in
+
+.PHONY: version.h


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to