From 581f81dfe0661599672915d409294a692bf6d15b Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 3 Sep 2008 12:40:22 +0000 Subject: [PATCH] fix breakage --- lib/common/Makefile.am | 2 +- plugin/core/Makefile.am | 3 ++- plugin/lasi/Makefile.am | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index 94efda869..57a0d1b1a 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -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 diff --git a/plugin/core/Makefile.am b/plugin/core/Makefile.am index 0618c3930..4253a5d9d 100644 --- a/plugin/core/Makefile.am +++ b/plugin/core/Makefile.am @@ -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) diff --git a/plugin/lasi/Makefile.am b/plugin/lasi/Makefile.am index 9b7c7858d..b8815f2d1 100644 --- a/plugin/lasi/Makefile.am +++ b/plugin/lasi/Makefile.am @@ -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) -- 2.40.0