]> granicus.if.org Git - graphviz/commitdiff
make it work
authorellson <devnull@localhost>
Fri, 21 Dec 2007 01:50:03 +0000 (01:50 +0000)
committerellson <devnull@localhost>
Fri, 21 Dec 2007 01:50:03 +0000 (01:50 +0000)
lib/gvc/Makefile.am
lib/gvc/gvdevice.c

index 1b1288b7dbac1b6e22ddb6f694759f0f31f1b95f..32243dce99195318e8e324de2e0d218f2cb251b4 100644 (file)
@@ -28,7 +28,7 @@ pdf_DATA = gvc.pdf
 
 libgvc_C_la_SOURCES = gvrender.c gvlayout.c gvdevice.c gvloadimage.c \
        gvcontext.c gvjobs.c gvevent.c gvplugin.c gvconfig.c \
-       gvprintnum.c gvtextlayout.c gvusershape.c gvc.c
+       gvtextlayout.c gvusershape.c gvc.c
 libgvc_C_la_LIBADD = $(top_builddir)/lib/common/libcommon_C.la \
        $(top_builddir)/lib/pack/libpack_C.la
 
index fe2caf78721f0aee8cf6ac93d6cb77aaa77e74b2..2a39d97e0f57a1e8f8a6129a4a907abbfd5bb0dc 100644 (file)
@@ -42,6 +42,7 @@
 #include <zlib.h>
 #endif
 
+#include "logic.h"
 #include "const.h"
 #include "gvplugin_device.h"
 #include "gvcjob.h"