X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fsplash%2FMakefile.am;h=4a4ec2836745084a59497895402015899ecce277;hb=5932479cc8c371a385616b5909df558a091b7111;hp=b1151124d1b273919160ecc05c99e2d8ff8d3852;hpb=9e920bcf5162b7f187cd3ed5026baa2bd155631c;p=evince.git diff --git a/pdf/splash/Makefile.am b/pdf/splash/Makefile.am index b1151124..4a4ec283 100644 --- a/pdf/splash/Makefile.am +++ b/pdf/splash/Makefile.am @@ -1,11 +1,13 @@ -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/goo \ - -I$(top_srcdir)/fofi +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/pdf \ + -I$(top_srcdir)/pdf/goo \ + -I$(top_srcdir)/pdf/fofi \ + $(FREETYPE_CFLAGS) -noinst_LIBRARIES = libsplash.a +noinst_LTLIBRARIES = libsplash.la -libsplash_a_SOURCES = \ +libsplash_la_SOURCES = \ Splash.cc \ Splash.h \ SplashBitmap.cc \