From 55515a08dc89399c01ab55b8393781099e0a0c10 Mon Sep 17 00:00:00 2001 From: "Donald A. Peterson" Date: Mon, 9 Sep 2002 16:52:06 +0000 Subject: [PATCH] Removed intllibs libraries from the tarball package; they should still get built for the rpm, though. svn: r1133 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 451a73044..0208c4ba2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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.