aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-14 16:27:03 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-14 16:27:03 +0000
commit54082c6ed0307e0be8fc35bf415ac3207bca91cc (patch)
treeefd0749a95b6a40efcf00e5bc074786a68deb727 /epan
parent4a2302cf6cdcd05ba779c8f75d5a5130bc9f20a2 (diff)
Add Cmake stuff to the source distribution so more people can try it out.
svn path=/trunk/; revision=32807
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.am3
-rw-r--r--epan/dissectors/Makefile.am1
-rw-r--r--epan/wslua/Makefile.am19
-rw-r--r--epan/wspython/Makefile.am4
4 files changed, 16 insertions, 11 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 7d9f8e799b..c7aa198e92 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -106,7 +106,8 @@ EXTRA_DIST = \
reassemble_test.c \
uat_load.l \
exntest.c \
- doxygen.cfg.in
+ doxygen.cfg.in \
+ CMakeLists.txt
CLEANFILES = \
libwireshark.a \
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 70e3edeec8..cfe868cb6c 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -43,6 +43,7 @@ libdissectors_la_SOURCES = \
libdissectors_la_CFLAGS = $(AM_CLEAN_CFLAGS)
+# XXX - what about the contents of the dcerpc and pidl directories?
EXTRA_DIST = \
Custom.nmake \
Makefile.common \
diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am
index e2573ab071..566ff24930 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -77,15 +77,16 @@ MAINTAINERCLEANFILES = \
declare_wslua.h
EXTRA_DIST = \
- declare_wslua.h \
- init_wslua.h \
- register_wslua.c \
- taps \
- make-reg.pl \
- template-init.lua \
- make-init-lua.pl \
- make-taps.pl \
- Makefile.nmake
+ declare_wslua.h \
+ init_wslua.h \
+ register_wslua.c \
+ taps \
+ make-reg.pl \
+ template-init.lua \
+ make-init-lua.pl \
+ make-taps.pl \
+ Makefile.nmake \
+ CMakeLists.txt
taps_used = \
../dissectors/packet-http.h \
diff --git a/epan/wspython/Makefile.am b/epan/wspython/Makefile.am
index 8f76bc2fd5..9c298930a4 100644
--- a/epan/wspython/Makefile.am
+++ b/epan/wspython/Makefile.am
@@ -56,4 +56,6 @@ EXTRA_DIST = \
Makefile.nmake \
register-dissector.py \
wspy_dissector.py \
- wspy_libws.py
+ wspy_libws.py \
+ CMakeLists.txt
+