From 534166360c0625ff2ab742509119dbcc70b76092 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Fri, 15 Oct 2004 08:06:14 +0000 Subject: [PATCH] allow user to put their own includes... useful on OpenBSD since $(FREETYPE) refers to freetype2, hence *no* t1lib.h. and we traditionally get this through /usr/local/include anyways... svn path=/trunk/kdegraphics/kpdf/; revision=354667 --- splash/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splash/Makefile.am b/splash/Makefile.am index bb4e5e4da..34d41419d 100644 --- a/splash/Makefile.am +++ b/splash/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../fofi -I$(srcdir)/../goo $(LIBFREETYPE_CFLAGS) +INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../fofi -I$(srcdir)/../goo $(LIBFREETYPE_CFLAGS) $(USER_INCLUDES) libsplash_la_SOURCES = Splash.cc SplashBitmap.cc SplashClip.cc SplashFTFont.cc SplashFTFontEngine.cc \ SplashFTFontFile.cc SplashFont.cc SplashFontEngine.cc SplashFontFile.cc SplashFontFileID.cc \