summaryrefslogtreecommitdiff
path: root/actions
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 /actions
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 'actions')
-rw-r--r--actions/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/Makefile.am b/actions/Makefile.am
index f111078..4498f4a 100644
--- a/actions/Makefile.am
+++ b/actions/Makefile.am
@@ -14,3 +14,5 @@ clean-local :
DISTCLEANFILES = org.freedesktop.policykit.policy
EXTRA_DIST = org.freedesktop.policykit.policy.in
+
+-include $(top_srcdir)/git.mk