X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=6d1217662a2392fbb77d70a012d6d9acb5b8ce80;hb=ed5dac111cfdb3805d259fd0a1997c36c8807722;hp=f2f1e872d9676d4c6b556fe43009c1ffe8df7850;hpb=0ab60d211ade3eb9e2a7d4c599681d71d4a64d57;p=projects%2Fchimara%2Fchimara.git diff --git a/tests/Makefile.am b/tests/Makefile.am index f2f1e87..6d12176 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -30,7 +30,7 @@ test_close_CFLAGS = @TEST_CFLAGS@ $(AM_CFLAGS) test_close_LDADD = @TEST_LIBS@ $(top_builddir)/libchimara/libchimara.la noinst_LTLIBRARIES = first.la model.la gridtest.la splittest.la multiwin.la \ - styletest.la soundtest.la test-userstyle.la + styletest.la soundtest.la test-userstyle.la fileio.la first_la_SOURCES = first.c first_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) @@ -56,5 +56,9 @@ test_userstyle_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) soundtest_la_SOURCES = soundtest.c soundtest_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) +fileio_la_SOURCES = fileio.c +fileio_la_CFLAGS = @TEST_CFLAGS@ $(AM_CFLAGS) +fileio_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) + -include $(top_srcdir)/git.mk