# $Id$ $Revision$
## Process this file with automake to produce Makefile.in
-SUBDIRS = cdt graph gd pathplan sfio vmalloc ast vpsc inkpot \
+SUBDIRS = cdt graph gd pathplan sfio vmalloc ast vpsc rbtree inkpot \
circogen dotgen fdpgen neatogen twopigen sparse sfdpgen \
patchwork common pack gvc ingraphs expr cgraph xdot topfish glcomp
inkpot_SOURCES = inkpot.c
inkpot_LDADD = $(builddir)/libinkpot.la
-libinkpot_la_SOURCES = inkpot_scheme.c inkpot_value.c inkpot_xlate.c
-libinkpot_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
+libinkpot_C_la_SOURCES = inkpot_scheme.c inkpot_value.c inkpot_xlate.c
+libinkpot_C_la_LIBADD = $(top_builddir)/lib/rbtree/librbtree_C.la
-libinkpot_C_la_SOURCES = $(libgvc_la_SOURCES)
+libinkpot_la_SOURCES = $(libinkpot_C_la_SOURCES)
+libinkpot_la_LIBADD = $(libinkpot_C_la_LIBADD)
+libinkpot_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
inkpot_value_table.h: $(builddir)/inkpot_define.h