Removed intllibs libraries from the tarball package; they should still get

built for the rpm, though.


svn: r1133
This commit is contained in:
Donald A. Peterson 2002-09-09 16:52:06 +00:00
parent b79175b242
commit 05d1d0a5bb

View File

@ -28,7 +28,7 @@ pkgdata_DATA = ${INTLLIBS} ${GLADEFILES} ${GRAPHICS} gramps.desktop
all: ${INTLLIBS}
DIST_SOURCES = intl.c
dist_pkgdata_DATA = ${pkgdata_DATA}
dist_pkgdata_DATA = ${GLADEFILES} ${GRAPHICS} gramps.desktop
# These can prbably be done in a better or more elegant/generic way
# eventually (libtool?), but this works.