From 54082c6ed0307e0be8fc35bf415ac3207bca91cc Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 14 May 2010 16:27:03 +0000 Subject: Add Cmake stuff to the source distribution so more people can try it out. svn path=/trunk/; revision=32807 --- plugins/wimaxasncp/Makefile.am | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'plugins/wimaxasncp') diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am index 250bd953b0..e889806f9b 100644 --- a/plugins/wimaxasncp/Makefile.am +++ b/plugins/wimaxasncp/Makefile.am @@ -6,17 +6,17 @@ # Wireshark - Network traffic analyzer # By Gerald Combs # 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 -- cgit v1.2.3