blob: c9f41b945296d7f3efa4ab38e8ee75fd39c2de44 [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)
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) \
$(GTK_TEST_LIBS)