summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-06-03 16:11:08 -0400
committerColin Walters <walters@verbum.org>2015-06-03 16:11:08 -0400
commitb19b4637c5d357f50f34a073a134e9dcd727fa1f (patch)
tree10a4cfa821a65e91b5266536afa611550c3ffdfe /test
parent48e646918efb2bf0b3b505747655726d7869f31c (diff)
downloadpolkit-b19b4637c5d357f50f34a073a134e9dcd727fa1f.tar.gz
build: Start using git.mk
I was looking at: https://bugs.freedesktop.org/show_bug.cgi?id=85504 But polkit, particularly because of its use of recursive make, is a good fit for git.mk.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rw-r--r--test/mocklibc/Makefile.am2
-rw-r--r--test/mocklibc/bin/Makefile.am2
-rw-r--r--test/mocklibc/src/Makefile.am2
-rw-r--r--test/polkit/Makefile.am2
-rw-r--r--test/polkitbackend/Makefile.am2
6 files changed, 12 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 598e426..59d0680 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -27,3 +27,5 @@ install-exec:; @:
install-data:; @:
uninstall:; @:
+
+-include $(top_srcdir)/git.mk
diff --git a/test/mocklibc/Makefile.am b/test/mocklibc/Makefile.am
index 3508ecd..ed6e185 100644
--- a/test/mocklibc/Makefile.am
+++ b/test/mocklibc/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = src bin
EXTRA_DIST = example
+
+-include $(top_srcdir)/git.mk
diff --git a/test/mocklibc/bin/Makefile.am b/test/mocklibc/bin/Makefile.am
index a2e65e0..499c5c7 100644
--- a/test/mocklibc/bin/Makefile.am
+++ b/test/mocklibc/bin/Makefile.am
@@ -23,3 +23,5 @@ mocklibc mocklibc-test: Makefile
mocklibc: $(srcdir)/mocklibc.in
mocklibc-test: $(srcdir)/mocklibc-test.in
+
+-include $(top_srcdir)/git.mk
diff --git a/test/mocklibc/src/Makefile.am b/test/mocklibc/src/Makefile.am
index 7cb934e..1103b9d 100644
--- a/test/mocklibc/src/Makefile.am
+++ b/test/mocklibc/src/Makefile.am
@@ -6,3 +6,5 @@ bin_PROGRAMS = mocklibc-debug-netgroup
mocklibc_debug_netgroup_SOURCES = netgroup-debug.c netgroup-debug.h
mocklibc_debug_netgroup_LDADD = libmocklibc.la
+
+-include $(top_srcdir)/git.mk
diff --git a/test/polkit/Makefile.am b/test/polkit/Makefile.am
index 27bcb95..802f2be 100644
--- a/test/polkit/Makefile.am
+++ b/test/polkit/Makefile.am
@@ -50,3 +50,5 @@ TESTS = $(TEST_PROGS)
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk
diff --git a/test/polkitbackend/Makefile.am b/test/polkitbackend/Makefile.am
index bb82dd4..632571e 100644
--- a/test/polkitbackend/Makefile.am
+++ b/test/polkitbackend/Makefile.am
@@ -44,3 +44,5 @@ TESTS = $(TEST_PROGS)
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk