Added missing elf part.
[gnutls.git] / lib / auth / Makefile.am
blob504a44822b5cc56b530b177cee3fae9dfbd9abbe
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002-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 3 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 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)/..                  \
29         -I$(srcdir)/../opencdk
31 if ENABLE_MINITASN1
32 AM_CPPFLAGS += -I$(srcdir)/../minitasn1
33 endif
35 noinst_LTLIBRARIES = libgnutls_auth.la
37 libgnutls_auth_la_SOURCES = anon.c cert.c dh_common.c dhe.c \
38         dhe_psk.c psk.c psk_passwd.c rsa.c rsa_export.c srp.c \
39         srp_passwd.c srp_rsa.c srp_sb64.c anon.h cert.h dh_common.h \
40         psk.h psk_passwd.h srp.h srp_passwd.h anon_ecdh.c \
41         ecdh_common.c ecdh_common.h