aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-07-17 17:56:57 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-07-17 17:56:57 +0000
commit73df12fdcc0b6fe46ed1dab3821ffe34c149f91f (patch)
treec04758cabe12125fb745131537c74ec085337188 /epan/wspython
parent23142d46bca6218ee1ed337dce643f13c649fe51 (diff)
Cleanup and indent in Makefile.
svn path=/trunk/; revision=38071
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/Makefile.am17
1 files changed, 7 insertions, 10 deletions
diff --git a/epan/wspython/Makefile.am b/epan/wspython/Makefile.am
index 608ced153d..3e4f5d857d 100644
--- a/epan/wspython/Makefile.am
+++ b/epan/wspython/Makefile.am
@@ -43,21 +43,18 @@ libwspython_la_SOURCES = $(LIBWSPYTHON_SRC) $(LIBWSPYTHON_INCLUDES)
libwspython_la_LIBADD = @PY_LIBS@
libwspython_la_CFLAGS = @PY_CFLAGS@
-wspythondir=@pythondir@
+wspythondir = @pythondir@
-wspython_DATA= \
- register-dissector.py \
- wspy_dissector.py \
- wspy_dissectors/homeplug.py.sample \
- wspy_libws.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 \
+ $(wspython_DATA) \
CMakeLists.txt