summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 57bf1ae26377bcff130c99318c8a4f628c50a091 (plain)
1
2
3
4
5
6
7
8
9
check_PROGRAMS = xshmfence_test

TESTS=$(check_PROGRAMS)

xshmfence_test_SOURCES = xshmfence_test.c

xshmfence_test_CFLAGS = -I$(top_srcdir)/src
xshmfence_test_LDADD = $(top_builddir)/src/libxshmfence.la @PTHREAD_LIBS@