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