summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-02-14 16:00:02 -0500
committerWill Estes <westes575@gmail.com>2014-02-16 09:19:51 -0500
commit45fe3acd7ef189362c7ef85e38dd0a9cd3709f80 (patch)
tree417e7cbb98eb11892c2b6d78042e6435be13a025 /Makefile.am
parentb451ff4576674630029b116448cabcfb8bd5c1bf (diff)
Add tools/ directory.
Since tools/git2cl is a dependency of ChangeLog, not distributing tools/git2cl with flex causes the "make dist" target to fail in the distributed tar ball.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9de3bbe..e517a0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,8 @@ SUBDIRS = \
doc \
examples \
po \
- tests
+ tests \
+ tools
# Create the ChangeLog, but only if we're inside a git working directory