Change the translation of the "Help" menu item to "?", so that the menu can be displa...
[reactos.git] / rosapps / smartpdf / poppler / splash / Makefile.am
1 INCLUDES = \
2 -I$(top_srcdir) \
3 -I$(top_srcdir)/goo \
4 $(FREETYPE_CFLAGS)
5
6 noinst_LTLIBRARIES = libsplash.la
7
8 if ENABLE_XPDF_HEADERS
9
10 poppler_splash_includedir = $(includedir)/poppler/splash
11 poppler_splash_include_HEADERS = \
12 Splash.h \
13 SplashBitmap.h \
14 SplashClip.h \
15 SplashErrorCodes.h \
16 SplashFTFont.h \
17 SplashFTFontEngine.h \
18 SplashFTFontFile.h \
19 SplashFont.h \
20 SplashFontEngine.h \
21 SplashFontFile.h \
22 SplashFontFileID.h \
23 SplashGlyphBitmap.h \
24 SplashMath.h \
25 SplashPath.h \
26 SplashPattern.h \
27 SplashScreen.h \
28 SplashState.h \
29 SplashT1Font.h \
30 SplashT1FontEngine.h \
31 SplashT1FontFile.h \
32 SplashTypes.h \
33 SplashXPath.h \
34 SplashXPathScanner.h
35
36 endif
37
38 libsplash_la_SOURCES = \
39 Splash.cc \
40 SplashBitmap.cc \
41 SplashClip.cc \
42 SplashFTFont.cc \
43 SplashFTFontEngine.cc \
44 SplashFTFontFile.cc \
45 SplashFont.cc \
46 SplashFontEngine.cc \
47 SplashFontFile.cc \
48 SplashFontFileID.cc \
49 SplashPath.cc \
50 SplashPattern.cc \
51 SplashScreen.cc \
52 SplashState.cc \
53 SplashT1Font.cc \
54 SplashT1FontEngine.cc \
55 SplashT1FontFile.cc \
56 SplashXPath.cc \
57 SplashXPathScanner.cc