Witness: set col_info for interfaceInfo_state
[wireshark-wip.git] / epan / crypt / Makefile.am
blob82bb91e06b70a9ab2d3ad8ce46155f52a95a8782
1 # Makefile.am
2 # Automake file for the airpdcap for Wireshark
4 # $Id$
6 # Wireshark - Network traffic analyzer
7 # By Gerald Combs <gerald@wireshark.org>
8 # Copyright 1998 Gerald Combs
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24 include Makefile.common
26 if HAVE_WARNINGS_AS_ERRORS
27 AM_CFLAGS = -Werror
28 endif
30 AM_CPPFLAGS = \
31         -I$(top_srcdir)
33 noinst_LTLIBRARIES = libairpdcap.la
35 CLEANFILES = \
36         libairpdcap.a   \
37         libairpdcap.la  \
38         *~
40 DISTCLEANFILES =
42 MAINTAINERCLEANFILES =  \
43         Makefile.in
45 libairpdcap_la_SOURCES =        \
46         $(LIBAIRPDCAP_SRC)      \
47         $(LIBAIRPDCAP_INCLUDES)
49 EXTRA_DIST = \
50         Custom.common \
51         Makefile.common \
52         Makefile.nmake
54 checkapi:
55         $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \
56         $(LIBAIRPDCAP_SRC)