wayland/tests/Makefile.am
Gaetan Nadon bb4b05bc8d check: connection-test fails to link to ffi
This prevents distcheck from completing.
Moving the -lffi at the end of the command fixes the problem.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2012-03-04 15:03:03 -05:00

13 lines
324 B
Makefile

TESTS = $(check_PROGRAMS)
check_PROGRAMS = array-test map-test connection-test
map_test_SOURCES = map-test.c test-runner.c
array_test_SOURCES = array-test.c test-runner.c
connection_test_SOURCES = connection-test.c test-runner.c
AM_CFLAGS = $(GCC_CFLAGS)
LDADD = $(top_builddir)/src/libwayland-util.la -lrt $(FFI_LIBS)