~ubuntu-branches/ubuntu/saucy/emscripten/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/poppler/fofi/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES =                                      \
 
2
        -I$(top_srcdir)
 
3
 
 
4
noinst_LTLIBRARIES = libfofi.la
 
5
 
 
6
if ENABLE_XPDF_HEADERS
 
7
poppler_fofi_includedir = $(includedir)/poppler/fofi
 
8
poppler_fofi_include_HEADERS =  \
 
9
        FoFiBase.h              \
 
10
        FoFiEncodings.h         \
 
11
        FoFiTrueType.h          \
 
12
        FoFiType1.h             \
 
13
        FoFiType1C.h
 
14
endif
 
15
 
 
16
libfofi_la_SOURCES =            \
 
17
        FoFiBase.cc             \
 
18
        FoFiBase.h              \
 
19
        FoFiEncodings.cc        \
 
20
        FoFiEncodings.h         \
 
21
        FoFiTrueType.cc         \
 
22
        FoFiTrueType.h          \
 
23
        FoFiType1.cc            \
 
24
        FoFiType1.h             \
 
25
        FoFiType1C.cc           \
 
26
        FoFiType1C.h