]> granicus.if.org Git - graphviz/commitdiff
another try at libpack library dependencies
authorellson <devnull@localhost>
Tue, 18 Oct 2005 19:05:27 +0000 (19:05 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 19:05:27 +0000 (19:05 +0000)
lib/Makefile.am
lib/pack/Makefile.am

index aa2cca24b3dcbf324a45385ee46c29d7f287703d..3d5ef8e4fd32d94591533dab663df04bd9dd6702 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
 SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast circogen \
-       dotgen fdpgen neatogen pack twopigen common gvc ingraphs expr plugin
+       dotgen fdpgen neatogen twopigen common gvc pack ingraphs expr plugin
 
 EXTRA_DIST = Makefile.old
index c60f37b1845bc1f4d1e818dea323586c63c25707..b4ff0cabef1d0379e7b8182a5c9beeb4f560e4b5 100644 (file)
@@ -15,10 +15,13 @@ pkglib_LTLIBRARIES = libpack.la
 man_MANS = pack.3
 pdf_DATA = pack.pdf
 
-libpack_la_LDFLAGS = -version-info @VERSION_INFO@
+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 - - >$@