X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=5a55db20e75c0a57e615c2a82b56cfaf9cd92381;hb=077b2a3c760d3c7c2fcab34d54eb74ee8744ed77;hp=0300609191e20023fe7ba45c99594dd6fcff52bf;hpb=fd5decfbb0eecfbb00bf5b1ec6a12578d00e680d;p=projects%2Fchimara%2Fchimara.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 0300609..5a55db2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,8 @@ test_close_SOURCES = test-close.c 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 +noinst_LTLIBRARIES = first.la model.la gridtest.la splittest.la multiwin.la \ + styletest.la test-userstyle.la first_la_SOURCES = first.c first_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) @@ -48,3 +49,6 @@ multiwin_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) styletest_la_SOURCES = styletest.c styletest_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) + +test_userstyle_la_SOURCES = test-userstyle.c +test_userstyle_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS)