]> granicus.if.org Git - graphviz/commitdiff
Update old makefiles for new plugin directory
authorerg <devnull@localhost>
Wed, 28 Jun 2006 18:05:48 +0000 (18:05 +0000)
committererg <devnull@localhost>
Wed, 28 Jun 2006 18:05:48 +0000 (18:05 +0000)
lib/common/Makefile.old
plugin/core/Makefile.old

index aaf65206e48f06ab8cfcc3b3f599a0bb11633f13..b3518fc64989dc5bec352d3ea80b7b27c79c112f 100644 (file)
@@ -24,7 +24,7 @@ NOINST_HDRS = render.h utils.h memory.h \
 NOINST_GENERATED_HDRS = colortbl.h ps.h htmltable.h  htmlparse.h htmllex.h 
 
 GD_CODEGENS = 
-CODEGENS = $(GD_CODEGENS) diagen.o figgen.o hpglgen.o mapgen.o mifgen.o \
+CODEGENS = $(GD_CODEGENS) diagen.o figgen.o hpglgen.o mifgen.o \
            mpgen.o picgen.o vtxgen.o xdgen.o
 
 OBJS = arrows.o colxlate.o fontmetrics.o \
index 032c822f6253a27c3f0a3d5b1ab962d29d29aba7..e161d76c31889af0b393c68bb73829d28ac431bc 100644 (file)
@@ -5,12 +5,11 @@ include $(ROOT)/makearch/$(ARCH)
 
 INCS =  -I. \
        -I$(ROOT) \
-        -I../common \
-        -I../gvc \
-        -I../pathplan \
-        -I../graph \
-        -I../cdt \
-        $(EXTLIB_INC)
+        -I../../lib/common \
+        -I../../lib/pathplan \
+        -I../../lib/graph \
+        -I../../lib/cdt \
+        -I../../lib/gvc 
 
 DEFINES = -DHAVE_CONFIG_H