summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-01 17:42:30 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-01 17:42:30 +0000
commit91d45f96d38bc166099b9c9fd5b0f11a0db244ac (patch)
treeba5588b677fb5c93103dce8cf41d93a190153945 /Makefile.am
parent905d8d1155e3e1ac0b52520382174f0cc2dfaa80 (diff)
downloadwireshark-91d45f96d38bc166099b9c9fd5b0f11a0db244ac.tar.gz
Fix a typo in PYTHON_DIR.
svn path=/trunk/; revision=28568
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 213f5015ef..d2cc05259d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ INCLUDES= @LUA_INCLUDES@
if HAVE_LIBPY
py_dissectors_dir = -DPYTHON_DIR=\"@pythondir@\"
else
-py_dissectors_dir = -DPYTHONDIR=
+py_dissectors_dir = -DPYTHON_DIR=
endif