]> granicus.if.org Git - graphviz/commitdiff
attempting to fix undefined in libexpr on Mac OS/X
authorellson <devnull@localhost>
Tue, 18 Oct 2005 19:12:58 +0000 (19:12 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 19:12:58 +0000 (19:12 +0000)
lib/expr/Makefile.am

index cfba448e74107f8d20ad010b04cfa0e1362738bd..d514cc2dc3b6ef8635f33deec3df9107017ae772 100644 (file)
@@ -20,6 +20,12 @@ libexpr_la_SOURCES = excc.c excontext.c exdata.c exerror.c \
        exeval.c exexpr.c exlexname.c exopen.c exrewind.c extoken.c \
        extype.c exzero.c exparse.y
 
+libexpr_la_LIBADD = \
+       $(top_builddir)/lib/cdt/libcdt.la \
+       $(top_builddir)/lib/ast/libast.la \
+       $(top_builddir)/lib/sfio/libsfio.la \
+       $(top_builddir)/lib/vmalloc/libvmalloc.la -lc
+
 $(libexpr_la_OBJECTS): exparse.h exparse.c exgram.h exop.h
 
 y.output: $(top_srcdir)/lib/expr/exparse.y