summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-0.18.4/fofi/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-11 07:44:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-11 07:44:57 +0000
commit7a021388f71097e23e9730779a653ba271517735 (patch)
treeb6a12d483b0067b2f180246f01993aad41297b9d /Build/source/libs/poppler/poppler-0.18.4/fofi/Makefile.am
parent941f2d9a60c9be456337a68c12f3d680c6379b99 (diff)
poppler 0.20.0
git-svn-id: svn://tug.org/texlive/trunk@26301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-0.18.4/fofi/Makefile.am')
-rw-r--r--Build/source/libs/poppler/poppler-0.18.4/fofi/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/Build/source/libs/poppler/poppler-0.18.4/fofi/Makefile.am b/Build/source/libs/poppler/poppler-0.18.4/fofi/Makefile.am
deleted file mode 100644
index 7a302486505..00000000000
--- a/Build/source/libs/poppler/poppler-0.18.4/fofi/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir)
-
-noinst_LTLIBRARIES = libfofi.la
-
-if ENABLE_XPDF_HEADERS
-poppler_fofi_includedir = $(includedir)/poppler/fofi
-poppler_fofi_include_HEADERS = \
- FoFiBase.h \
- FoFiEncodings.h \
- FoFiTrueType.h \
- FoFiType1.h \
- FoFiType1C.h
-endif
-
-libfofi_la_SOURCES = \
- FoFiBase.cc \
- FoFiBase.h \
- FoFiEncodings.cc \
- FoFiEncodings.h \
- FoFiTrueType.cc \
- FoFiTrueType.h \
- FoFiType1.cc \
- FoFiType1.h \
- FoFiType1C.cc \
- FoFiType1C.h