From 35c84109671f87daab292e3f10313842400e00b2 Mon Sep 17 00:00:00 2001 From: gouldtj Date: Wed, 31 Oct 2007 13:28:36 +0000 Subject: [PATCH] r16913@shi: ted | 2007-10-30 21:32:09 -0700 Adding in libwpg --- src/Makefile.am | 3 ++- src/Makefile_insert | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7e6cd1f26..95ab6ce56 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,6 +19,7 @@ INCLUDES = \ $(GNOME_PRINT_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ $(INKBOARD_CFLAGS) \ + $(LIBWPG_CFLAGS) \ $(XFT_CFLAGS) \ $(GTK_UNIX_PRINT_CFLAGS) \ $(POPPLER_CFLAGS) \ @@ -252,7 +253,7 @@ test-all.cpp: \ $(svg_test_svg_includes) \ $(xml_test_xml_includes) \ $(test_all_includes) - $(top_srcdir)/cxxtest/cxxtestgen.pl --template=$(srcdir)/selfname.tpl -root -o test-all.cpp \ + $(top_srcdir)/cxxtest/cxxtestgen.pl --template=$(srcdir)/selfname.tpl -root -o test-all.cpp \ $(libnr_test_nr_includes) \ $(svg_test_svg_includes) \ $(xml_test_xml_includes) \ diff --git a/src/Makefile_insert b/src/Makefile_insert index 2efbd806e..886ad6dc9 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -371,6 +371,7 @@ all_libs = \ $(PERL_LIBS) \ $(PYTHON_LIBS) \ $(INKBOARD_LIBS) \ + $(LIBWPG_LIBS) \ $(IMAGEMAGICK_LIBS) desktop.$(OBJEXT): helper/sp-marshal.h -- 2.30.2