diff options
Diffstat (limited to 'src/clients/reconcilio/util/Makefile.am')
-rw-r--r-- | src/clients/reconcilio/util/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clients/reconcilio/util/Makefile.am b/src/clients/reconcilio/util/Makefile.am index d9d8cd88e..64fc9beae 100644 --- a/src/clients/reconcilio/util/Makefile.am +++ b/src/clients/reconcilio/util/Makefile.am @@ -18,22 +18,24 @@ TESTS = iterator_TEST realpath_TEST wildcard_expander_TEST check_PROGRAMS = $(TESTS) EXTRA_DIST = \ - $(TESTS) \ realpath_TEST_setup.sh realpath_TEST_cleanup.sh \ wildcard_expander_TEST_setup.sh wildcard_expander_TEST_cleanup.sh +iterator_TEST_SOURCES = iterator_TEST.cc iterator_TEST_LDADD = \ libreconcilioutil.a \ $(top_builddir)/paludis/util/libpaludisutil.la \ $(top_builddir)/paludis/util/test_extras.o \ $(top_builddir)/test/libtest.a +realpath_TEST_SOURCES = realpath_TEST.cc realpath_TEST_LDADD = \ libreconcilioutil.a \ $(top_builddir)/paludis/util/libpaludisutil.la \ $(top_builddir)/paludis/util/test_extras.o \ $(top_builddir)/test/libtest.a +wildcard_expander_TEST_SOURCES = wildcard_expander_TEST.cc wildcard_expander_TEST_LDADD = \ libreconcilioutil.a \ $(top_builddir)/paludis/util/libpaludisutil.la \ |