diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-02-17 12:33:15 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-02-17 12:33:15 +0900 |
commit | f77cc4e1b6f3cb44019b592a531e10d1f73e0fbe (patch) | |
tree | 91e432162a43209d1b893212bd015cc0401ad821 /tests | |
parent | 1a9e162ab5eb725406ff34c3fc1f7926cc14d8f9 (diff) |
Add git.mk from http://github.com/behdad/git.mk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 67b1d08..3557745 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -125,3 +125,5 @@ check_variant_SOURCES = \ $(common_sources) \ $(NULL) endif + +-include $(top_srcdir)/git.mk |