Add Cmake stuff to the source distribution so more people can try it out.

svn path=/trunk/; revision=32807
This commit is contained in:
Jeff Morriss 2010-05-14 16:27:03 +00:00
parent 4a2302cf6c
commit 54082c6ed0
27 changed files with 182 additions and 111 deletions

View 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

View 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 \

View 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

View 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 \

View 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 \

View 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 \

View File

@ -56,4 +56,6 @@ EXTRA_DIST = \
Makefile.nmake \
register-dissector.py \
wspy_dissector.py \
wspy_libws.py
wspy_libws.py \
CMakeLists.txt

View 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

View 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

View 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)

View 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)

View 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)

View 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 \

View 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)

View 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)

View 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)

View 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)

View 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

View 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)

View 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)

View 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:

View 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)

View 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

View 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:

View 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 \

View 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

View File

@ -47,5 +47,6 @@ EXTRA_DIST = \
lemonflex-tail.inc \
lempar.c \
Makefile.nmake \
README
README \
CMakeLists.txt