From e2be710a1ed306c80d400d59de9c57133f932403 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 19:05:08 +0000 Subject: [PATCH] try adding -lgvc to libpack LIBADD to solve problem on MacOS/X --- lib/pack/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pack/Makefile.am b/lib/pack/Makefile.am index 254de590e..0deb558b4 100644 --- a/lib/pack/Makefile.am +++ b/lib/pack/Makefile.am @@ -19,6 +19,8 @@ libpack_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined libpack_la_SOURCES = ccomps.c pack.c +libpack_la_LIBADD = $(top_builddir)/lib/gvc/libgvc.la + .3.pdf: groff -Tps -man $< | ps2pdf - - >$@ -- 2.40.0