find config.h and aconf.h for srcdir != builddir

CCMAIL: Albert Astals Cid <tsdgeos@terra.es>

svn path=/trunk/kdegraphics/kpdf/; revision=341088
This commit is contained in:
André Wöbbeking 2004-08-25 19:48:23 +00:00
parent e88c4c2ddf
commit b7de521fa1
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#include "../config.h"
#include <config.h>
#define HAVE_FREETYPE_H HAVE_FREETYPE
#define HAVE_FREETYPE_FREETYPE_H HAVE_FREETYPE

View file

@ -1,4 +1,4 @@
INCLUDES = -I.. -I$(srcdir)/../goo $(all_includes)
INCLUDES = -I$(top_srcdir)/kpdf -I$(srcdir)/../goo $(all_includes)
libfofi_la_LDFLAGS = $(all_libraries)
libfofi_la_SOURCES = FoFiBase.cc FoFiEncodings.cc FoFiTrueType.cc \

View file

@ -1,4 +1,4 @@
INCLUDES = -I..
INCLUDES = -I$(top_srcdir)/kpdf
libgoo_la_SOURCES = GHash.cc GList.cc GString.cc gfile.cc gmem.c gmempp.cc

View file

@ -1,4 +1,4 @@
INCLUDES = -I.. -I$(srcdir)/../fofi -I$(srcdir)/../goo $(LIBFREETYPE_CFLAGS)
INCLUDES = -I$(top_srcdir)/kpdf -I$(srcdir)/../fofi -I$(srcdir)/../goo $(LIBFREETYPE_CFLAGS)
libsplash_la_SOURCES = Splash.cc SplashBitmap.cc SplashClip.cc SplashFTFont.cc SplashFTFontEngine.cc \
SplashFTFontFile.cc SplashFont.cc SplashFontEngine.cc SplashFontFile.cc SplashFontFileID.cc \

View file

@ -1,4 +1,4 @@
INCLUDES = -I.. -I$(srcdir)/../fofi -I$(srcdir)/../splash -I$(srcdir)/../goo $(all_includes) $(LIBFREETYPE_CFLAGS)
INCLUDES = -I$(top_srcdir)/kpdf -I$(srcdir)/../fofi -I$(srcdir)/../splash -I$(srcdir)/../goo $(all_includes) $(LIBFREETYPE_CFLAGS)
libxpdf_la_LDFLAGS = $(all_libraries)
libxpdf_la_LIBADD = $(LIB_X11) $(LIBFREETYPE_LIBS) $(LIBPAPER_LIBS) $(LIBT1) ../goo/libgoo.la ../fofi/libfofi.la ../splash/libsplash.la