aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-01-02 10:37:52 +0000
committerGuy Harris <guy@alum.mit.edu>2006-01-02 10:37:52 +0000
commit9347bd2df6c1e965594801bb0ed88d68284b271f (patch)
tree42dfd8053b382e4f4960b165b5a5a189a1403abc /tools/Makefile.am
parent05bf77a243935a8f2a0edd8e8f173de38596ea6c (diff)
That's "PIDL_FILES", not "PIDLFILES".
svn path=/trunk/; revision=16930
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 f7bc95a302..c6220d6a74 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -64,7 +64,7 @@ PIDL_FILES= \
pidl/tests/parse_idl.pl
EXTRA_DIST = \
- $(PIDLFILES) \
+ $(PIDL_FILES) \
EtherealXML.py \
Makefile.nmake \
asn2eth.py \