OK, no absolute include paths.

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

svn path=/trunk/kdegraphics/kpdf/; revision=341116
This commit is contained in:
André Wöbbeking 2004-08-25 20:30:14 +00:00
parent 6fbe7bfced
commit 28360a7ee0
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir)/kpdf -I$(srcdir)/../goo $(all_includes)
INCLUDES = -I$(srcdir)/.. -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$(top_srcdir)/kpdf
INCLUDES = -I$(srcdir)/..
libgoo_la_SOURCES = GHash.cc GList.cc GString.cc gfile.cc gmem.c gmempp.cc

View file

@ -1,5 +1,5 @@
# set the include path for X, qt and KDE
INCLUDES = -I$(top_srcdir)/kpdf -I$(srcdir)/../splash -I$(srcdir)/../fofi -I$(srcdir)/../goo -I$(srcdir)/../xpdf $(all_includes) $(FREETYPE_CFLAGS)
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../splash -I$(srcdir)/../fofi -I$(srcdir)/../goo -I$(srcdir)/../xpdf $(all_includes) $(FREETYPE_CFLAGS)
# these are the headers for your project
noinst_HEADERS = kpdf_shell.h kpdf_part.h kpdf_canvas.h kpdf_pagewidget.h QOutputDevPixmap.h QOutputDev.h

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir)/kpdf -I$(srcdir)/../fofi -I$(srcdir)/../goo $(LIBFREETYPE_CFLAGS)
INCLUDES = -I$(srcdir)/.. -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$(top_srcdir)/kpdf -I$(srcdir)/../fofi -I$(srcdir)/../splash -I$(srcdir)/../goo $(all_includes) $(LIBFREETYPE_CFLAGS)
INCLUDES = -I$(srcdir)/.. -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