summaryrefslogtreecommitdiff
path: root/automake.mk.am
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-02 11:20:48 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-02 11:20:48 -0500
commitf0d4fc49880c7c99ee895a43a4c8a9e7e073a6da (patch)
tree7751b9a1af9d7110908e22ba28c3f0539c15df95 /automake.mk.am
parente1aba20488181b0553f1eb7f20b02736a992bf6f (diff)
merge configure makefile snippets
Diffstat (limited to 'automake.mk.am')
-rw-r--r--automake.mk.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/automake.mk.am b/automake.mk.am
index e69de29bb2..5522cfa384 100644
--- a/automake.mk.am
+++ b/automake.mk.am
@@ -0,0 +1,3 @@
+# This file doesn't actually get used, it just needs to exist to keep Automake
+# happy. We don't use Autmake for any Makefile stuff, but we do use auxiliary
+# build scripts provided by Automake.