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.16,1.17


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/data/levels Makefile.am,1.16,1.17
Date: 2 Apr 2003 19:05:55 -0000

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

Modified Files:
        Makefile.am 
Log Message:
fixed bug in make install

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





reply via email to

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