From 45f362debe4d7f04e1d4471cd6367d55bc992b1a Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 27 Oct 2002 19:27:50 +0000 Subject: [PATCH] CVS_SILENT all_includes last svn path=/trunk/kdegraphics/kpdf/; revision=186030 --- goo/Makefile.am | 2 +- xpdf/Makefile.am | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/goo/Makefile.am b/goo/Makefile.am index 97c4243d1..877e75db4 100644 --- a/goo/Makefile.am +++ b/goo/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = $(all_includes) -I.. +INCLUDES = -I.. $(all_includes) libgoo_la_LDFLAGS = $(all_libraries) -no-undefined libgoo_la_SOURCES = GHash.cc GList.cc GString.cc gfile.cc gmem.c gmempp.cc \ diff --git a/xpdf/Makefile.am b/xpdf/Makefile.am index 42c6b9e79..81c419d4e 100644 --- a/xpdf/Makefile.am +++ b/xpdf/Makefile.am @@ -1,5 +1,4 @@ -INCLUDES = $(all_includes) -I$(top_srcdir)/kpdf/goo $(freetype2_CFLAGS) \ - $(t1_CFLAGS) $(libpaper_CFLAGS) -I.. +INCLUDES = -I.. -I$(top_srcdir)/kpdf/goo $(all_includes) $(freetype2_CFLAGS) $(t1_CFLAGS) $(libpaper_CFLAGS) libxpdf_la_LDFLAGS = $(all_libraries) -no-undefined libxpdf_la_LIBADD = $(LIB_X11) $(freetype2_LIBS) $(t1_LIBS) $(libpaper_LIBS) ../goo/libgoo.la -- GitLab