From: erg Date: Wed, 28 Jun 2006 18:05:48 +0000 (+0000) Subject: Update old makefiles for new plugin directory X-Git-Tag: LAST_LIBGRAPH~32^2~6212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5034c3877f2348ff6b5d43567e0706b6d5ef1db;p=graphviz Update old makefiles for new plugin directory --- diff --git a/plugin/gd/Makefile.old b/plugin/gd/Makefile.old index 759469f63..c2415c129 100644 --- a/plugin/gd/Makefile.old +++ b/plugin/gd/Makefile.old @@ -5,17 +5,15 @@ include $(ROOT)/makearch/$(ARCH) INCS = -I. \ -I$(ROOT) \ - -I../common \ - -I../gvc \ - -I../pathplan \ - -I../graph \ - -I../cdt \ - -I../gd \ - $(EXTLIB_INC) + -I../../lib/common \ + -I../../lib/pathplan \ + -I../../lib/graph \ + -I../../lib/cdt \ + -I../../lib/gvc DEFINES = -DHAVE_CONFIG_H -OBJS = gvplugin_gd.o gvrender_gd.o gvtextlayout_gd.o gvloadimage_gd.o +OBJS = gvrender_gd_vrml.o gvplugin_gd.o gvrender_gd.o gvtextlayout_gd.o gvloadimage_gd.o libgvplugin_gd.a : $(OBJS) $(RM) libgvplugin_gd.a