[Xbubble-commits] xbubble/src Makefile.am,1.2,1.3

Martin Quinson mquinson at alioth.debian.org
Fri Jan 6 07:36:26 UTC 2006


Update of /cvsroot/xbubble/xbubble/src
In directory haydn:/tmp/cvs-serv30220/src

Modified Files:
	Makefile.am 
Log Message:
Allow VPATH based builds

Index: Makefile.am
===================================================================
RCS file: /cvsroot/xbubble/xbubble/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	27 Apr 2005 14:24:26 -0000	1.2
+++ Makefile.am	6 Jan 2006 07:36:24 -0000	1.3
@@ -29,9 +29,9 @@
 	setting.h \
 	dialog.c	dialog.h	\
 	screens.c	screens.h	\
-	xbubble.c \
+	xbubble.c			\
 	gettext.h
 xbubble_LDADD= path_generated.o
 
 xbubble.o: xbubble.c cell.h setting.h game.h timer.h screens.h init.h
-	$(COMPILE) @DEFS@ -DDATADIR=\"$(pkgdatadir)\" -c xbubble.c
+	$(COMPILE) @DEFS@ -DDATADIR=\"$(pkgdatadir)\" -c @srcdir@/xbubble.c




More information about the Xbubble-commits mailing list