blob: 35c8a5c10d6c238e8ea6bb579d4700a9d81aa6ba [file] [log] [blame]
if BUILD_GTK_TEST
if BUILD_SPLASH_OUTPUT
gtk_splash_test = \
gtk-splash-test
splash_includes = \
-I$(top_srcdir)/splash
endif
if BUILD_CAIRO_OUTPUT
gtk_cairo_test = \
gtk-cairo-test
cairo_includes = \
$(CAIRO_CFLAGS) \
$(FREETYPE_CFLAGS)
endif
endif
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/poppler \
$(cairo_includes) \
$(GTK_TEST_CFLAGS) \
-DDATADIR=\""$(datadir)"\"
noinst_PROGRAMS = $(gtk_splash_test) $(gtk_cairo_test)
gtk_splash_test_SOURCES = \
gtk-splash-test.cc
gtk_splash_test_LDADD = \
$(top_builddir)/poppler/libpoppler.la \
$(GTK_TEST_LIBS)
gtk_cairo_test_SOURCES = \
gtk-cairo-test.cc
gtk_cairo_test_LDADD = \
$(top_builddir)/poppler/libpoppler.la \
$(CAIRO_LIBS) \
$(FREETYPE_LIBS) \
$(GTK_TEST_LIBS)