diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-15 10:05:10 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-15 10:05:10 +0000 |
commit | 468ff860c7821dd864dde6fe408106dd92d20fc3 (patch) | |
tree | 6d4612baf84d3edc640a46d3510fd0d9a91f42e4 /Build/source/libs/poppler/poppler-0.21.0/fofi/Makefile.am | |
parent | 53a2370b7a2447b9e015d5cf260e451a004e18b0 (diff) |
poppler 0.21.0
git-svn-id: svn://tug.org/texlive/trunk@27969 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-0.21.0/fofi/Makefile.am')
-rw-r--r-- | Build/source/libs/poppler/poppler-0.21.0/fofi/Makefile.am | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-0.21.0/fofi/Makefile.am b/Build/source/libs/poppler/poppler-0.21.0/fofi/Makefile.am new file mode 100644 index 00000000000..c4654dd28b9 --- /dev/null +++ b/Build/source/libs/poppler/poppler-0.21.0/fofi/Makefile.am @@ -0,0 +1,28 @@ +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 \ + FoFiIdentifier.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 \ + FoFiIdentifier.cc \ + FoFiType1C.h |