From a97388a9b3f7bb0c48af8e5a9a43b88d6a9ecc1f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 31 Aug 2012 11:59:27 -0500 Subject: add gtest-dbus-helper.h to test_service_SOURCES s.t. it gets bundled in the tarball --- tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 5f22130..9371c2e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,7 +14,9 @@ AM_CXXFLAGS = $(GTEST_CXXFLAGS) TESTS = test-service check_PROGRAMS = test-service -test_service_SOURCES = test-service.cc +test_service_SOURCES = \ + test-service.cc \ + gtest-dbus-helper.h test_service_LDADD = $(TEST_SERVICE_LIBS) libgtest.a $(XORG_GTEST_MAIN_LIBS) $(X11_LIBS) test_service_CPPFLAGS = \ $(TEST_SERVICE_CFLAGS) \ -- cgit v1.2.3