From b62115446cd3e957a0f2c5494445bc66a73e5e6e Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Fri, 30 May 2014 10:12:19 +0200 Subject: [PATCH] Cleanup fofi/Makefile.am https://bugs.freedesktop.org/show_bug.cgi?id=79411 --- fofi/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fofi/Makefile.am b/fofi/Makefile.am index c4654dd..4deb7d5 100644 --- a/fofi/Makefile.am +++ b/fofi/Makefile.am @@ -1,6 +1,3 @@ -INCLUDES = \ - -I$(top_srcdir) - noinst_LTLIBRARIES = libfofi.la if ENABLE_XPDF_HEADERS @@ -26,3 +23,6 @@ libfofi_la_SOURCES = \ FoFiType1C.cc \ FoFiIdentifier.cc \ FoFiType1C.h + +libfofi_la_CPPFLAGS = \ + -I$(top_srcdir) -- 1.8.3.2