Compilation environment fixes to make make install work correctly.
[crypto.git] / lib / silcasn1 / Makefile.ad
1 #
2 #  Makefile.ad
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2003 - 2008 Pekka Riikonen
7 #
8 #  This program is free software; you can redistribute it and/or modify
9 #  it under the terms of the GNU General Public License as published by
10 #  the Free Software Foundation; version 2 of the License.
11 #
12 #  This program is distributed in the hope that it will be useful,
13 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #  GNU General Public License for more details.
16 #
17
18 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
19
20 SUBDIRS=tests
21
22 noinst_LTLIBRARIES = libsilcasn1.la
23
24 libsilcasn1_la_SOURCES =        \
25         silcber.c               \
26         silcasn1.c              \
27         silcasn1_decode.c       \
28         silcasn1_encode.c
29         silcber.h               \
30         silcasn1.h              \
31         silcasn1_i.h
32
33 include_HEADERS =       \
34         silcber.h       \
35         silcasn1.h      \
36         silcasn1_i.h
37
38 EXTRA_DIST = 
39
40 include $(top_srcdir)/Makefile.defines.in