pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/data/levels Makefile.am,1.17,1.18


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/data/levels Makefile.am,1.17,1.18
Date: 12 Apr 2003 13:34:59 -0000

Update of /var/lib/cvs/Games/Pingus/data/levels
In directory dark:/tmp/cvs-serv20428/data/levels

Modified Files:
        Makefile.am 
Log Message:


Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/data/levels/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am 2 Apr 2003 19:05:53 -0000       1.17
+++ Makefile.am 12 Apr 2003 13:34:57 -0000      1.18
@@ -20,12 +20,13 @@
 ## Override automake so that "make install" puts these in proper place:
 pkgdatadir = $(datadir)/games/@PACKAGE@/levels
 
-nobase_pkgdata_DATA = $(wildcard tutorial/*.xml)
+nobase_pkgdata_DATA = \
+       $(wildcard tutorial/*.xml) \
+        $(wildcard playable/*.xml) \
+        $(wildcard wip/*.xml)      \
+        $(wildcard test/*.xml)
 
 EXTRA_DIST = README  \
-             $(nobase_pkgdata_DATA) \
-             $(wildcard playable/*.xml) \
-             $(wildcard wip/*.xml) \
-             $(wildcard test/*.xml)
+             $(nobase_pkgdata_DATA)
 
 # EOF #





reply via email to

[Prev in Thread] Current Thread [Next in Thread]