Skip to content

Commit 45fe3ac

Browse files
committed
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.
1 parent b451ff4 commit 45fe3ac

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Diff for: Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ SUBDIRS = \
5454
doc \
5555
examples \
5656
po \
57-
tests
57+
tests \
58+
tools
5859

5960
# Create the ChangeLog, but only if we're inside a git working directory
6061

Diff for: configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ examples/manual/Makefile
120120
lib/Makefile
121121
po/Makefile.in
122122
src/Makefile
123+
tools/Makefile
123124
tests/Makefile
124125
tests/TEMPLATE/Makefile
125126
tests/test-array-nr/Makefile

Diff for: tools/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
EXTRA_DIST = \
2+
git2cl

0 commit comments

Comments
 (0)