diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-19 09:09:07 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-19 09:09:07 +0000 |
commit | 2daba66c685de3f2d9b7abd7e526c627aa1e9379 (patch) | |
tree | 7c4df5c25eb3274c93c19ddd74604794a7544b7a /Build/source/libs/xpdf/Makefile.am | |
parent | 2f3c81b048f3816cc47cc5d5bc4e31675fff556a (diff) |
libs/xpdf: Remove TL vs W32TeX diffs (from Akira)
git-svn-id: svn://tug.org/texlive/trunk@28030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/Makefile.am')
-rw-r--r-- | Build/source/libs/xpdf/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/libs/xpdf/Makefile.am b/Build/source/libs/xpdf/Makefile.am index c4c3cedaee9..7296710f970 100644 --- a/Build/source/libs/xpdf/Makefile.am +++ b/Build/source/libs/xpdf/Makefile.am @@ -48,11 +48,12 @@ SUBDIRS = goo fofi splash xpdf GOO_SRC = $(top_srcdir)/$(XPDF_TREE)/goo FOFI_SRC = $(top_srcdir)/$(XPDF_TREE)/fofi -SPLAHS_SRC = $(top_srcdir)/$(XPDF_TREE)/splash +SPLASH_SRC = $(top_srcdir)/$(XPDF_TREE)/splash XPDF_SRC = $(top_srcdir)/$(XPDF_TREE)/xpdf -INCLUDES = -Igoo -Ifofi -Isplash -Ixpdf -I$(GOO_SRC) -I$(FOFI_SRC) -I$(SPLAHS_SRC) -I$(XPDF_SRC) -AM_CPPFLAGS = -DPDF_PARSER_ONLY +AM_CPPFLAGS = -Igoo -Ifofi -Isplash -Ixpdf +AM_CPPFLAGS += -I$(FOFI_SRC) -I$(SPLASH_SRC) -I$(XPDF_SRC) +AM_CPPFLAGS += -DPDF_PARSER_ONLY AM_CFLAGS = $(WARNING_CFLAGS) AM_CXXFLAGS = $(NO_WARN_CXXFLAGS) |