]> granicus.if.org Git - graphviz/commitdiff
Fix old makefile to include new plugin file
authorerg <devnull@localhost>
Thu, 17 Aug 2006 17:01:46 +0000 (17:01 +0000)
committererg <devnull@localhost>
Thu, 17 Aug 2006 17:01:46 +0000 (17:01 +0000)
plugin/core/Makefile.old

index d7aa890a5a19376da46d5f5421f97bd61a7084c9..019b2d51f5e3377a173511cd33a5ac794e688e87 100644 (file)
@@ -15,7 +15,7 @@ DEFINES = -DHAVE_CONFIG_H
 
 OBJS = gvplugin_core.o gvrender_core_ps.o gvrender_core_svg.o \
           gvrender_core_map.o gvloadimage_core.o gvrender_core_fig.o \
-          gvrender_core_dot.o gvrender_core_ps.o
+          gvrender_core.o gvrender_core_dot.o gvrender_core_ps.o
 
 libgvplugin_core.a : $(OBJS)
        $(RM) libgvplugin_core.a