]> granicus.if.org Git - graphviz/commitdiff
fix breakage
authorellson <devnull@localhost>
Wed, 3 Sep 2008 12:40:22 +0000 (12:40 +0000)
committerellson <devnull@localhost>
Wed, 3 Sep 2008 12:40:22 +0000 (12:40 +0000)
lib/common/Makefile.am
plugin/core/Makefile.am
plugin/lasi/Makefile.am

index 94efda8691d2abffc1ab2af4da170740bbb2db27..57a0d1b1a3dcf4d443e8b18432f7835478f5f32a 100644 (file)
@@ -29,7 +29,7 @@ libcommon_C_la_SOURCES = arrows.c colxlate.c fontmetrics.c \
        args.c memory.c globals.c htmllex.c htmlparse.y htmltable.c input.c \
        pointset.c postproc.c routespl.c splines.c psusershape.c \
        timing.c labels.c ns.c shapes.c utils.c geom.c \
-       output.c emit.c ps.txt ps_font_equiv.txt ps_fontmap.txt fontmap.cfg \
+       output.c emit.c ps_font_equiv.txt ps_fontmap.txt fontmap.cfg \
        color_names $(CODEGENS)
 
 fontmetrics.o fontmetrics.lo: ps_font_equiv.h
index 0618c3930f489843dd2c9152b13d1bdbb4843b2f..4253a5d9d8869d1bee2ad448576dbe16a471d3ae 100644 (file)
@@ -26,7 +26,8 @@ libgvplugin_core_C_la_SOURCES = \
        gvrender_core_svg.c \
        gvrender_core_tk.c \
        gvrender_core_vml.c \
-       gvloadimage_core.c
+       gvloadimage_core.c \
+       ps.txt
 
 libgvplugin_core_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@
 libgvplugin_core_la_SOURCES = $(libgvplugin_core_C_la_SOURCES)
index 9b7c7858d9f7cb1f638eac4a286973bb79ce9755..b8815f2d1786797f86f4c65a5d3cff24e20f5e87 100644 (file)
@@ -23,7 +23,8 @@ endif
 
 libgvplugin_lasi_C_la_SOURCES = \
        gvplugin_lasi.c \
-       gvrender_lasi.cpp
+       gvrender_lasi.cpp \
+       ps.txt
 
 libgvplugin_lasi_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@
 libgvplugin_lasi_la_SOURCES = $(libgvplugin_lasi_C_la_SOURCES)