aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2003-12-29 20:11:42 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2003-12-29 20:11:42 +0000
commitc1d8c99fa2575dde23e474abf99d771c12f213d8 (patch)
treea2cdcde370eeef3beb06622cd96476956796fd8e /tools/Makefile.am
parent14e2a790f9b63cca70d9bc60006d649d968dba28 (diff)
Add a missing backslash for the EXTRA_DIST files.
svn path=/trunk/; revision=9477
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 8a51b9a677..d55fdf85fd 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = lemon
EXTRA_DIST = \
- EtherealXML.py
+ EtherealXML.py \
Makefile.nmake \
cvsdiff-fix.py \
dfilter-test.py \