Add Cmake stuff to the source distribution so more people can try it out.
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 14 May 2010 16:27:03 +0000 (16:27 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 14 May 2010 16:27:03 +0000 (16:27 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32807 f5534014-38df-0310-8fa8-9805f1628bb7

27 files changed:
Makefile.am
codecs/Makefile.am
docbook/Makefile.am
epan/Makefile.am
epan/dissectors/Makefile.am
epan/wslua/Makefile.am
epan/wspython/Makefile.am
gtk/Makefile.am
gtk/Makefile.common
plugins/asn1/Makefile.am
plugins/docsis/Makefile.am
plugins/ethercat/Makefile.am
plugins/giop/Makefile.am
plugins/gryphon/Makefile.am
plugins/interlink/Makefile.am
plugins/irda/Makefile.am
plugins/m2m/Makefile.am
plugins/mate/Makefile.am
plugins/opcua/Makefile.am
plugins/profinet/Makefile.am
plugins/sercosiii/Makefile.am
plugins/stats_tree/Makefile.am
plugins/tpg/Makefile.am
plugins/unistim/Makefile.am
plugins/wimax/Makefile.am
plugins/wimaxasncp/Makefile.am
tools/lemon/Makefile.am

index 0b86aebc72f609a03feabf4b27fa2610ac6bcead..a67e3357765ca85aba1a398471bdcfbcb6f23bd3 100644 (file)
@@ -815,7 +815,49 @@ EXTRA_DIST = \
        text2pcap.h             \
        services                \
        wireshark.desktop       \
-       wka.tmpl
+       wka.tmpl                \
+       CMakeLists.txt          \
+       cmakeconfig.h.in        \
+       wsutil/CMakeLists.txt   \
+       wiretap/CMakeLists.txt  \
+       README.cmake            \
+       ConfigureChecks.cmake   \
+       cmake/modules/readme.txt                \
+       cmake/modules/FindLYNX.cmake            \
+       cmake/modules/FindYACC.cmake            \
+       cmake/modules/FeatureSummary.cmake      \
+       cmake/modules/FindADNS.cmake            \
+       cmake/modules/FindCAP.cmake             \
+       cmake/modules/UseLemon.cmake            \
+       cmake/modules/FindPCRE.cmake            \
+       cmake/modules/FindZLIB.cmake            \
+       cmake/modules/FindPORTAUDIO.cmake       \
+       cmake/modules/FindPCAP.cmake            \
+       cmake/modules/FindSMI.cmake             \
+       cmake/modules/FindCARES.cmake           \
+       cmake/modules/FindXSLTPROC.cmake        \
+       cmake/modules/FindSH.cmake              \
+       cmake/modules/FindGNUTLS.cmake          \
+       cmake/modules/FindGCRYPT.cmake          \
+       cmake/modules/UseMakeDissectorReg.cmake \
+       cmake/modules/FindLEX.cmake             \
+       cmake/modules/FindPYTHON.cmake          \
+       cmake/modules/FindLUA.cmake             \
+       cmake/modules/FindYAPP.cmake            \
+       cmake/modules/FindGEOIP.cmake           \
+       cmake/modules/FindXMLLINT.cmake         \
+       cmake/modules/FindSED.cmake             \
+       cmake/modules/FindGLIB2.cmake           \
+       cmake/modules/FindHtmlViewer.cmake      \
+       cmake/modules/FindGTK2.cmake            \
+       cmake/modules/FindFOP.cmake             \
+       cmake/modules/LICENSE.txt               \
+       cmake/modules/CMakeInstallDirs.cmake    \
+       cmake/modules/CheckCLinkerFlag.cmake    \
+       cmake/modules/UseMakeTapReg.cmake       \
+       cmake/modules/FindM.cmake               \
+       cmake/modules/FindKERBEROS.cmake        \
+       cmake/modules/FindPOD.cmake
 
 install-exec-hook:
 if HAVE_DUMPCAP_GROUP
index 86cff8debfef2616cdd4e57552b344aab40716b2..0c66ca6a918c60e4bd6359f5e3957fa824523e92 100644 (file)
@@ -41,7 +41,8 @@ libcodec_a_SOURCES = \
 libcodec_a_DEPENDENCIES = 
 
 EXTRA_DIST = \
-       Makefile.nmake 
+       Makefile.nmake  \
+       CMakeLists.txt
 
 checkapi: 
        $(PERL) ../tools/checkAPIs.pl -g abort -g termoutput \
index 506bf19f907c9c13750d4670abd95f16e54e4529..b10a68f9852292624b95e1f5200098d164fc0f06 100644 (file)
@@ -246,10 +246,14 @@ release-notes-a4.fo: $(RELEASE_NOTES_SOURCE) custom_layer_pdf.xsl
 clean-local:
        -rm -rf $(CLEANDIRS)
 
-# XXX if we actually use automake to build this stuff, most of this shouldn't
-# be necessary
-EXTRA_DIST=$(WSUG_SOURCE) $(WSDG_SOURCE) $(RELEASE_NOTES_SOURCE) \
-           check_svn_version.sh make-wsluarm.pl Makefile.nmake
+EXTRA_DIST = \
+       $(WSUG_SOURCE)          \
+       $(WSDG_SOURCE)          \
+       $(RELEASE_NOTES_SOURCE) \
+       check_svn_version.sh    \
+       make-wsluarm.pl         \
+       Makefile.nmake          \
+       CMakeLists.txt
 
 MAINTAINERCLEANFILES = \
        Makefile.in
index 7d9f8e799b577665f372c4683870adffc1e9097c..c7aa198e923a17956ca81a60c2aa252cd1f8806b 100644 (file)
@@ -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                  \
index 70e3edeec887308f88fb60378b535860388a1158..cfe868cb6c6b079c4c42a79fc63856e2baf6386a 100644 (file)
@@ -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         \
index e2573ab0711a1b1b77731f426107d4ca5cf1d5b0..566ff24930e23afaec82f9d63e25aa473c65b4da 100644 (file)
@@ -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 \
index 8f76bc2fd5cd9228edad3e5d930865f9211d34e9..9c298930a4f75f52056c516c9a0092a09597ddd2 100644 (file)
@@ -56,4 +56,6 @@ EXTRA_DIST = \
        Makefile.nmake          \
        register-dissector.py   \
        wspy_dissector.py       \
-       wspy_libws.py
+       wspy_libws.py           \
+       CMakeLists.txt
+
index 29019140dfd356d857877cf1f7cb31c6277bc2df..00f966e21725347d9abeec192cda02879e3820ff 100644 (file)
@@ -79,3 +79,18 @@ network_icons.h:
        for icon in bluetooth usb wired wireless ; do \
                gdk-pixbuf-csource --raw --name=network_$${icon}_pb_data ../image/toolbar/network_$${icon}_16.png >> $@ ;\
        done
+
+EXTRA_DIST = \
+       airpcap_dlg.c                   \
+       airpcap_gui_utils.c             \
+       capture_if_details_dlg_win32.c  \
+       capture_if_details_dlg_win32.h  \
+       doxygen.cfg.in                  \
+       file_dlg_win32.c                \
+       file_dlg_win32.h                \
+       main_airpcap_toolbar.c          \
+       Makefile.common                 \
+       Makefile.nmake                  \
+       print_win32.c                   \
+       print_win32.h                   \
+       CMakeLists.txt
index b7156e4e71b321af81b60cb0b0075bd069a919f9..b4ae7640e6e201382887d3d1d8bb273be5a216d5 100644 (file)
@@ -317,17 +317,3 @@ noinst_HEADERS = \
        voip_calls_dlg.h \
        webbrowser.h
 
-EXTRA_DIST = \
-       airpcap_dlg.c \
-       airpcap_gui_utils.c \
-       capture_if_details_dlg_win32.c  \
-       capture_if_details_dlg_win32.h  \
-       doxygen.cfg.in \
-       file_dlg_win32.c \
-       file_dlg_win32.h \
-       main_airpcap_toolbar.c \
-       Makefile.common \
-       Makefile.nmake \
-       print_win32.c  \
-       print_win32.h
-
index 8634a9ee9c5cf77231954aa1a9859f565962be2c..acaa8a29f0f709bcaa78c416628b967afae760ea 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -120,7 +120,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
index 2571e36957bba5b00e47bb68e08f5d40ce442f7e..afffc521651e04df01ba3c2a317c16103709095a 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -122,7 +122,8 @@ EXTRA_DIST = \
        Makefile.nmake          \
        moduleinfo.nmake        \
        plugin.rc.in            \
-       README
+       README                  \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
index e7a7f43794a9fc8ab0c1a681fd0a26349e2d86b7..d51a97e518c88ee62fed8aa7934fc54dfe8f73e7 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -121,7 +121,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
index 8058fa59309f9479287538f7cc0e8af5511466cd..7a7c9d456ac4c61820a070acac5f03e1428b983f 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am
-# Automake file for Wireshark/GIOP subdissectors 
+# Automake file for Wireshark/GIOP subdissectors
 #
 # $Id$
 #
@@ -9,17 +9,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -63,7 +63,8 @@ MAINTAINERCLEANFILES = \
        plugin.c
 
 EXTRA_DIST = \
-       Makefile.nmake
+       Makefile.nmake  \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput \
index d31bcae81323b694abd1f4900b42d94c9e70f8d5..5289063f971d709d9ad84f0531c87b27f9e5ad2e 100644 (file)
@@ -8,17 +8,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -123,7 +123,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
index b10471869cd425de5da064ab5cde64d95921ddfa..110709c6a8713931352842f8f0c95c34a34b3d28 100644 (file)
@@ -8,17 +8,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -123,7 +123,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
index f751f30d9bf0aa1a36b83a965e93c4aa942259bd..d172e6b374b99d06c5c71b980eabea3c66f183e4 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -121,7 +121,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
index ba293bb4d694ad8ae78f61805a5963b55c8e812b..cd7d7bec1cd75a155dc7eac6aa9f70e2b3f94559 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -122,7 +122,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
index 8b0b9cc2acb56f6ae961d4c31e3a3f312c6786f8..92ee3edb9880345e9a66aae46683b6aae94fcf93 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -127,11 +127,12 @@ MAINTAINERCLEANFILES = \
 
 EXTRA_DIST = \
        mate_grammar.lemon      \
-       mate_parser.l   \
-       Makefile.nmake  \
-       Makefile.common \
+       mate_parser.l           \
+       Makefile.nmake          \
+       Makefile.common         \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 RUNLEX = $(top_srcdir)/tools/runlex.sh
 
index 7292412e86aa96b29799c7486bc85694da57b63b..0dd9d18ac393708985e2c647e6061a4af0955ecf 100644 (file)
@@ -7,17 +7,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -124,7 +124,8 @@ EXTRA_DIST = \
        Makefile.nmake          \
        moduleinfo.nmake        \
        plugin.rc.in            \
-       README
+       README                  \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
index e999d2d8e8d77f24d5391cea83af5ffff7398c4c..1c746510c8648c38b6fab5c86efa9c46477e629e 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -122,7 +122,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)
index 9a85b0b5964598c548cb31dbfaa969ccc0286be1..d0ed2855789a440cc1fbaecbdbfdff79a9f237bc 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -122,7 +122,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 
 checkapi:
index 6f2557b178b917c11a9eec405c9e346752dd2727..7a1d6aea601558631a240dbb48288c317f5e3884 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -51,10 +51,11 @@ MAINTAINERCLEANFILES = \
        plugin.c
 
 EXTRA_DIST = \
-       Makefile.common \
-       Makefile.nmake  \
+       Makefile.common         \
+       Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(TAP_SRC) $(TAP_INCLUDES)
index aab85ec8d3dd14288291826a73a076107350c642..8da8254974ff8e38ac83c574e021b602c04fb27c 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -61,8 +61,9 @@ MAINTAINERCLEANFILES = \
        plugin.c
 
 EXTRA_DIST = \
-       http.tpg \
-       Makefile.nmake
+       http.tpg        \
+       Makefile.nmake  \
+       CMakeLists.txt
 
 TPG = $(top_builddir)/tools/tpg
 
index 85cf375eb631603d6ed4e08c92bc19268c8bbbfb..2e746d84b8f97ab03a210d64cdd9c205ab57e2f2 100644 (file)
@@ -7,17 +7,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -122,7 +122,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 
 checkapi:
index ce1989f83d99cd9262f4789143538fddd9e820ff..393966c85e92f154f68d6dce2b3936c87b363707 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -122,7 +122,8 @@ EXTRA_DIST = \
        Makefile.common         \
        Makefile.nmake          \
        moduleinfo.nmake        \
-       plugin.rc.in
+       plugin.rc.in            \
+       CMakeLists.txt
 
 checkapi:
        $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput \
index 250bd953b0a7efe9510822b99c8fafc30572aa61..e889806f9bb802a3af01c6bc80d06b5ad899897b 100644 (file)
@@ -6,17 +6,17 @@
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -124,11 +124,12 @@ MAINTAINERCLEANFILES = \
        plugin.c
 
 EXTRA_DIST = \
-       wimaxasncp_dict.l     \
-       Makefile.common       \
-       Makefile.nmake        \
-       moduleinfo.nmake      \
-       plugin.rc.in
+       wimaxasncp_dict.l       \
+       Makefile.common         \
+       Makefile.nmake          \
+       moduleinfo.nmake        \
+       plugin.rc.in            \
+       CMakeLists.txt
 
 RUNLEX = $(top_srcdir)/tools/runlex.sh
 
index 2bfe3cf0ac46565d7fc5ed3639d04253d75e85f0..20d6200e4b4d3fc33cdd2964eee05c5412a161ee 100644 (file)
@@ -47,5 +47,6 @@ EXTRA_DIST = \
        lemonflex-tail.inc      \
        lempar.c                \
        Makefile.nmake          \
-       README
+       README                  \
+       CMakeLists.txt