diff options
| author | Ted Gould <ted@gould.cx> | 2007-10-31 13:28:36 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-10-31 13:28:36 +0000 |
| commit | b8e26e5856635439b310375775322c350c56fd8d (patch) | |
| tree | 12d985a75c65dc15f4608c57eb8bd0f8cbe8c1db /src | |
| parent | r16912@shi: ted | 2007-10-30 21:15:07 -0700 (diff) | |
| download | inkscape-b8e26e5856635439b310375775322c350c56fd8d.tar.gz inkscape-b8e26e5856635439b310375775322c350c56fd8d.zip | |
r16913@shi: ted | 2007-10-30 21:32:09 -0700
Adding in libwpg
(bzr r3991)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 | ||||
| -rw-r--r-- | src/Makefile_insert | 1 |
2 files changed, 3 insertions, 1 deletions
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 |
