aboutsummaryrefslogtreecommitdiff
path: root/tests/poppler/fofi/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/poppler/fofi/Makefile.am')
-rw-r--r--tests/poppler/fofi/Makefile.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/poppler/fofi/Makefile.am b/tests/poppler/fofi/Makefile.am
new file mode 100644
index 00000000..7a302486
--- /dev/null
+++ b/tests/poppler/fofi/Makefile.am
@@ -0,0 +1,26 @@
+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