qt4/demos/Makefile.am | 1 - qt4/src/Makefile.am | 1 - qt4/tests/Makefile.am | 1 - 3 files changed, 3 deletions(-)
New commits: commit d7e73dd353fd4c3c24f1f7bb04e7a2760c6b60c2 Author: Pino Toscano <[email protected]> Date: Sun Feb 12 22:27:58 2012 +0100 qt4: remove non-existing 'qt' include dirs (cherry picked from commit 66cf1fdb3ba6894f61d9078f5c30046b464347ae) diff --git a/qt4/demos/Makefile.am b/qt4/demos/Makefile.am index 50486b8..155fc1c 100644 --- a/qt4/demos/Makefile.am +++ b/qt4/demos/Makefile.am @@ -4,7 +4,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/poppler \ -I$(top_srcdir)/qt4/src \ - -I$(top_srcdir)/qt \ $(FONTCONFIG_CFLAGS) \ $(POPPLER_QT4_CFLAGS) diff --git a/qt4/src/Makefile.am b/qt4/src/Makefile.am index 5b2ff04..87a750c 100644 --- a/qt4/src/Makefile.am +++ b/qt4/src/Makefile.am @@ -1,7 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/poppler \ - -I$(top_srcdir)/qt \ $(FONTCONFIG_CFLAGS) \ $(POPPLER_QT4_CFLAGS) diff --git a/qt4/tests/Makefile.am b/qt4/tests/Makefile.am index 93e1132..319b7f4 100644 --- a/qt4/tests/Makefile.am +++ b/qt4/tests/Makefile.am @@ -4,7 +4,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/poppler \ -I$(top_srcdir)/qt4/src \ - -I$(top_srcdir)/qt \ $(FONTCONFIG_CFLAGS) \ $(POPPLER_QT4_CFLAGS) _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
