mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2025-09-01 02:10:49 +00:00
13 lines
299 B
Makefile
13 lines
299 B
Makefile
if HAVE_GTK
|
|
TESTPROGRAMS = \
|
|
composite-test \
|
|
gradient-test
|
|
|
|
noinst_PROGRAMS = $(TESTPROGRAMS)
|
|
|
|
INCLUDES = -I$(top_srcdir)/pixman $(GTK_CFLAGS)
|
|
|
|
composite_test_LDADD = $(top_builddir)/pixman/libpixman-1.la $(GTK_LIBS)
|
|
gradient_test_LDADD = $(top_builddir)/pixman/libpixman-1.la $(GTK_LIBS)
|
|
|
|
endif |