1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

Make pkgdata_DATA a cumulative variable. From Ralf Wildenhues.

This commit is contained in:
Bruno Haible
2006-08-07 12:17:26 +00:00
parent be5a3998ec
commit 569f392510
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ configure.ac:
Makefile.am:
lib_SOURCES += javaversion.h javaversion.c
EXTRA_DIST += javaversion.java javaversion.class
pkgdata_DATA = javaversion.class
pkgdata_DATA += javaversion.class
DEFS += -DPKGDATADIR=\"$(pkgdatadir)\"
Include: