From 05d1d0a5bb2bd2436ce48c27c872021874b49c2a 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 --- gramps/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/src/Makefile.am b/gramps/src/Makefile.am index 451a73044..0208c4ba2 100644 --- a/gramps/src/Makefile.am +++ b/gramps/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.