|
From: <l-...@us...> - 2008-09-13 18:16:49
|
Revision: 827
http://xqf.svn.sourceforge.net/xqf/?rev=827&view=rev
Author: l-n
Date: 2008-09-13 18:17:00 +0000 (Sat, 13 Sep 2008)
Log Message:
-----------
fix installation of flags with build outside source dir
Modified Paths:
--------------
trunk/xqf/pixmaps/flags/Makefile.am
Modified: trunk/xqf/pixmaps/flags/Makefile.am
===================================================================
--- trunk/xqf/pixmaps/flags/Makefile.am 2008-09-13 18:16:41 UTC (rev 826)
+++ trunk/xqf/pixmaps/flags/Makefile.am 2008-09-13 18:17:00 UTC (rev 827)
@@ -1,4 +1,4 @@
EXTRA_DIST = $(flag_DATA)
flagdir = $(pkgdatadir)/default/flags
-flag_DATA = $(wildcard *.png)
+flag_DATA = $(wildcard $(srcdir)/*.png)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|