X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=tests%2Fautomake.mk;fp=tests%2Fautomake.mk;h=9d76bc99ee92b6bbff4f6329a51e2f61b5c5b7cf;hp=15e297a0150209c1586636de126a7a92a5d8defe;hb=99bafccc08919a5d640cb35962c4d730a2cad3a1;hpb=4eec17311c5d0e9db3853e1550b6c8c8d0829c2c diff --git a/tests/automake.mk b/tests/automake.mk index 15e297a0..9d76bc99 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -205,7 +205,15 @@ check_PROGRAMS += \ tests_data_datasheet_test_SOURCES = \ tests/data/datasheet-test.c -tests_data_datasheet_test_LDADD = src/libpspp-core.la @LIBINTL@ +tests_data_datasheet_test_LDADD = gl/libgl.la src/libpspp-core.la @LIBINTL@ +tests_data_datasheet_test_CFLAGS = $(AM_CFLAGS) + +# This seems to be necessary as the libtool artifacts aren't removed +# Automake bug ? +tests_data_datasheet_test_CLEAN: + $(RM) -r tests/data + +CLEAN_LOCAL += tests_data_datasheet_test_CLEAN tests_libpspp_ll_test_SOURCES = \ src/libpspp/ll.c \