Correctly restore gnutls_record_recv() in DTLS mode if interrupted during the retrasm...
[gnutls.git] / lib / minitasn1 / Makefile.am
blob7de6a75b17fcb85cf4e5c28493ea212821c73271
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002-2010, 2012 Free Software Foundation, Inc.
4 # Author: Nikos Mavrogiannopoulos
6 # This file is part of GnuTLS.
8 # The GnuTLS is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU Lesser General Public License
10 # as published by the Free Software Foundation; either version 2.1 of
11 # the License, or (at your option) any later version.
13 # The GnuTLS is distributed in the hope that it will be
14 # useful, but WITHOUT ANY WARRANTY; without even the implied warranty
15 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # Lesser General Public License for more details.
18 # You should have received a copy of the GNU Lesser General Public
19 # License along with GnuTLS; if not, write to the Free
20 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21 # MA 02110-1301, USA
23 AM_CPPFLAGS = -DASN1_BUILDING           \
24         -I$(srcdir)/../../gl            \
25         -I$(builddir)/../../gl          \
26         -I$(srcdir)/..
28 noinst_LTLIBRARIES = libminitasn1.la
30 libminitasn1_la_SOURCES = libtasn1.h gstr.h int.h parser_aux.h          \
31         structure.h element.h decoding.c gstr.c errors.c parser_aux.c   \
32         structure.c element.c coding.c version.c