updated doc
[gnutls.git] / lib / opencdk / Makefile.am
bloba8d9c3f413f2c68228957a1fea19a53481675689
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2010 Free Software
3 # Foundation, Inc.
5 # Author: Nikos Mavroyanopoulos
7 # This file is part of GnuTLS.
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.
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.
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
24 AM_CPPFLAGS = \
25         -I$(srcdir)/../gl               \
26         -I$(builddir)/../gl             \
27         -I$(srcdir)/../includes         \
28         -I$(builddir)/../includes       \
29         -I$(srcdir)/..
31 if ENABLE_MINITASN1
32 AM_CPPFLAGS += -I$(srcdir)/../minitasn1
33 endif
35 noinst_LTLIBRARIES = libminiopencdk.la
37 libminiopencdk_la_SOURCES = armor.c filters.h keydb.h main.c types.h    \
38         kbnode.c main.h packet.h sig-check.c hash.c \
39         keydb.c pubkey.c stream.c write-packet.c misc.c seskey.c \
40         context.h literal.c new-packet.c read-packet.c stream.h opencdk.h
42 EXTRA_DIST = README