corrected news entry.
[gnutls.git] / lib / nettle / Makefile.am
blob71d78020cfb8578da16d3258b39c0141021e733e
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2004-2012 Free Software Foundation, Inc.
4 # Author: Nikos Mavroyanopoulos
6 # This file is part of GNUTLS.
8 # The GNUTLS library 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 3 of
11 # the License, or (at your option) any later version.
13 # The GNUTLS library 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 License
19 # along with this program.  If not, see <http://www.gnu.org/licenses/>
21 AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS)
22 AM_CPPFLAGS = \
23         -I$(srcdir)/../../gl            \
24         -I$(builddir)/../../gl          \
25         -I$(srcdir)/../includes         \
26         -I$(builddir)/../includes       \
27         -I$(builddir)/../../gl          \
28         -I$(srcdir)/..
30 if ENABLE_MINITASN1
31 AM_CPPFLAGS += -I$(srcdir)/../minitasn1
32 endif
34 noinst_LTLIBRARIES = libcrypto.la
36 libcrypto_la_SOURCES = pk.c mpi.c mac.c cipher.c rnd.c init.c egd.c egd.h \
37         multi.c ecc_free.c ecc.h ecc_make_key.c ecc_shared_secret.c \
38         ecc_map.c ecc_mulmod.c ecc_points.c ecc_projective_dbl_point_3.c \
39         ecc_projective_add_point.c ecc_projective_check_point.c \
40         ecc_sign_hash.c ecc_verify_hash.c gnettle.h ecc_mulmod_timing.c