From fab765a3c688f052a7d0c6ed3b03f14a47187a58 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Mon, 8 Sep 2014 14:23:54 +0000 Subject: [PATCH] Add test application 'manual-dir-iter' to autotools build system. https://bugs.freedesktop.org/show_bug.cgi?id=57272 --- test/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index cec5cda..5d4701d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -119,6 +119,10 @@ test_syslog_SOURCES = internals/syslog.c test_syslog_CPPFLAGS = $(static_cppflags) test_syslog_LDADD = libdbus-testutils-internal.la $(GLIB_LIBS) +manual_dir_iter_SOURCES = manual-dir-iter.c +manual_dir_iter_CPPFLAGS = $(static_cppflags) +manual_dir_iter_LDADD = $(top_builddir)/dbus/libdbus-internal.la + EXTRA_DIST = dbus-test-runner testexecdir = $(libdir)/dbus-1.0/test @@ -130,6 +134,7 @@ installable_tests = \ test-printf \ $(NULL) installable_manual_tests = \ + manual-dir-iter \ $(NULL) if DBUS_WITH_GLIB -- 1.8.4.5