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
This commit is contained in:
Jeff Morriss 2011-04-28 01:53:40 +00:00
parent 39d326a77c
commit 9cb00ac9fc
1 changed files with 10 additions and 9 deletions

View File

@ -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