aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-04-28 01:53:40 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-04-28 01:53:40 +0000
commit9cb00ac9fcb82607a34f74930ea923f1441377bd (patch)
tree8caf1ad73acaed71d7fadadade1d736e5e96c6fa /epan/wspython
parent39d326a77c26b7257122af3659204daefb87ad95 (diff)
Fix one of the complaints in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5818 :
Create the wspy_dissectors data directory (by installing the one example dissector). This dissector won't be loaded (its name doesn't match the regexp) but it forces the presence of the directory (so people will know where to put their dissectors). svn path=/trunk/; revision=36923
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/Makefile.am19
1 files changed, 10 insertions, 9 deletions
diff --git a/epan/wspython/Makefile.am b/epan/wspython/Makefile.am
index c6dc4a1b53..608ced153d 100644
--- a/epan/wspython/Makefile.am
+++ b/epan/wspython/Makefile.am
@@ -45,18 +45,19 @@ libwspython_la_CFLAGS = @PY_CFLAGS@
wspythondir=@pythondir@
-wspython_DATA= \
- register-dissector.py \
- wspy_dissector.py \
+wspython_DATA= \
+ register-dissector.py \
+ wspy_dissector.py \
+ wspy_dissectors/homeplug.py.sample \
wspy_libws.py
EXTRA_DIST = \
- Makefile.common \
- Makefile.nmake \
- register-dissector.py \
- wspy_dissector.py \
- wspy_libws.py \
- wspy_dissectors/homeplug.py.sample \
+ Makefile.common \
+ Makefile.nmake \
+ register-dissector.py \
+ wspy_dissector.py \
+ wspy_libws.py \
+ wspy_dissectors/homeplug.py.sample \
CMakeLists.txt