Blame lib/minitasn1/Makefile.am

Packit Service 4684c1
## Process this file with automake to produce Makefile.in
Packit Service 4684c1
# Copyright (C) 2002-2010, 2012 Free Software Foundation, Inc.
Packit Service 4684c1
#
Packit Service 4684c1
# Author: Nikos Mavrogiannopoulos
Packit Service 4684c1
#
Packit Service 4684c1
# This file is part of GnuTLS.
Packit Service 4684c1
#
Packit Service 4684c1
# The GnuTLS is free software; you can redistribute it and/or
Packit Service 4684c1
# modify it under the terms of the GNU Lesser General Public License
Packit Service 4684c1
# as published by the Free Software Foundation; either version 2.1 of
Packit Service 4684c1
# the License, or (at your option) any later version.
Packit Service 4684c1
#
Packit Service 4684c1
# The GnuTLS is distributed in the hope that it will be
Packit Service 4684c1
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty
Packit Service 4684c1
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 4684c1
# Lesser General Public License for more details.
Packit Service 4684c1
#
Packit Service 4684c1
# You should have received a copy of the GNU Lesser General Public
Packit Service 4684c1
# License along with GnuTLS; if not, write to the Free
Packit Service 4684c1
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
Packit Service 4684c1
# MA 02110-1301, USA
Packit Service 4684c1
Packit Service 4684c1
include $(top_srcdir)/lib/common.mk
Packit Service 4684c1
Packit Service 4684c1
AM_CPPFLAGS = -DASN1_BUILDING		\
Packit Service 4684c1
	-I$(srcdir)/../../gl		\
Packit Service 4684c1
	-I$(builddir)/../../gl          \
Packit Service 4684c1
	-I$(srcdir)/..
Packit Service 4684c1
Packit Service 4684c1
# Too many warnings from gnulib macros
Packit Service 4684c1
WARN_CFLAGS += \
Packit Service 4684c1
	-Wno-type-limits
Packit Service 4684c1
Packit Service 4684c1
noinst_LTLIBRARIES = libminitasn1.la
Packit Service 4684c1
Packit Service 4684c1
libminitasn1_la_SOURCES = libtasn1.h gstr.h int.h parser_aux.h		\
Packit Service 4684c1
        structure.h element.h decoding.c gstr.c errors.c parser_aux.c	\
Packit Service 4684c1
        structure.c element.c coding.c version.c