1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03: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

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: