summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-29 20:18:19 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-29 20:18:19 +0200
commita17a4821ac20e46aa2289168596535a8ead01db1 (patch)
tree9f960ff302c7fcab3a61bd518021507109e718a6 /test/Makefile.am
parent7d9cf8b42bc4b145f641a5bbc7c62e59b55a7edd (diff)
Fix make distcheck
Add all headers to _SOURCES Cleanup update-mime-database (and c.o.) and disable them for distcheck as they leave files after uninstall
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 5264665..abc1f9c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,34 +1,34 @@
MAINTAINERCLEANFILES = Makefile.in
-AM_CXXFLAGS = @DEFINES@
+AM_CXXFLAGS = @DEFINES@ -I$(top_srcdir)/src
TESTS = test-url test-http test-args test-xdg test-paths test-strings \
test-observers test-htmlattrtext test-package
check_PROGRAMS = $(TESTS)
-test_url_SOURCES = test-url.cc
+test_url_SOURCES = test-url.cc test.hh
test_url_LDADD = $(top_builddir)/src/libtp.a
-test_http_SOURCES = test-http.cc
+test_http_SOURCES = test-http.cc test.hh
test_http_LDADD = $(top_builddir)/src/libtp.a
-test_args_SOURCES = test-args.cc
+test_args_SOURCES = test-args.cc test.hh
test_args_LDADD = $(top_builddir)/src/libtp.a
-test_xdg_SOURCES = test-xdg.cc
+test_xdg_SOURCES = test-xdg.cc test.hh
test_xdg_LDADD = $(top_builddir)/src/libtp.a
-test_strings_SOURCES = test-strings.cc
+test_strings_SOURCES = test-strings.cc test.hh
test_strings_LDADD = $(top_builddir)/src/libtp.a
-test_paths_SOURCES = test-paths.cc
+test_paths_SOURCES = test-paths.cc test.hh
test_paths_LDADD = $(top_builddir)/src/libtp.a
-test_observers_SOURCES = test-observers.cc
+test_observers_SOURCES = test-observers.cc test.hh
-test_htmlattrtext_SOURCES = test-htmlattrtext.cc
+test_htmlattrtext_SOURCES = test-htmlattrtext.cc test.hh
test_htmlattrtext_LDADD = $(top_builddir)/src/libattrstr.a
-test_package_SOURCES = test-package.cc
+test_package_SOURCES = test-package.cc test.hh
test_package_LDADD = $(top_builddir)/src/libtp.a