File: Makefile.am

package info (click to toggle)
libxshmfence 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,880 kB
  • sloc: sh: 4,594; ansic: 394; makefile: 57
file content (9 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (4)
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@