summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 39e226a..a150180 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,3 +34,5 @@ publish-docs :
clean-local :
rm -f *~
+
+-include $(top_srcdir)/git.mk