aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-26 01:32:15 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-26 01:32:15 +0000
commitd9cf1682709ddea9561428b47e7350a7792d0b9c (patch)
tree76a22b9529da212738c1ebacdb8b530fd49e3671 /epan/dissectors/Makefile.am
parent34a8c03dcfc7af4ce272c56d27c20c692091dd21 (diff)
Fix some macro name errors.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26092 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 6ef5d9f145..02296c5d22 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -28,7 +28,7 @@ INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/.. \
include Makefile.common
libasndissectors_la_SOURCES = \
- $(ASN_DISSECTOR_SRC)
+ $(ASN1_DISSECTOR_SRC)
libpidldissectors_la_SOURCES = \
$(PIDL_DISSECTOR_SRC)