Tizen 2.0 Release
[external/libgnutls26.git] / lib / gcrypt / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2010 Free Software
3 # Foundation, Inc.
4 #
5 # Author: Nikos Mavroyanopoulos
6 #
7 # This file is part of GNUTLS.
8 #
9 # The GNUTLS library 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 library 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 the GNUTLS library; if not, write to the Free
21 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
22 # MA 02110-1301, USA
23
24 AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS)
25 AM_CPPFLAGS = \
26         -I$(srcdir)/../gl               \
27         -I$(builddir)/../gl             \
28         -I$(srcdir)/../includes         \
29         -I$(builddir)/../includes       \
30         -I$(srcdir)/..
31
32 if ENABLE_MINITASN1
33 AM_CPPFLAGS += -I$(srcdir)/../minitasn1
34 endif
35
36 noinst_LTLIBRARIES = libcrypto.la
37
38 libcrypto_la_SOURCES = pk.c mpi.c mac.c cipher.c rnd.c init.c