1# Automatically generated by Autodist 1.4 from Makefile.ad.  Do not edit.
2# To make changes edit the ./lib/silcasn1/Makefile.ad file in the source tree.
3
4# Source: ./lib/silcasn1/Makefile.ad
5# Generated: Tue May 13 09:18:25 EEST 2014 by priikone
6# Distribution: Toolkit
7# License: distdir/TOOLKIT
8
9#
10#  Makefile.ad
11#
12#  Author: Pekka Riikonen <priikone@silcnet.org>
13#
14#  Copyright (C) 2003 - 2005 Pekka Riikonen
15#
16#  The contents of this file are subject to one of the Licenses specified
17#  in the COPYING file;  You may not use this file except in compliance
18#  with the License.
19#
20#  The software distributed under the License is distributed on an "AS IS"
21#  basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY
22#  KIND, either expressed or implied.  See the COPYING file for more
23#  information.
24#
25
26AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
27
28noinst_LTLIBRARIES = libsilcasn1.la
29
30libsilcasn1_la_SOURCES =	silcber.c	silcasn1.c	silcasn1_decode.c	silcasn1_encode.c
31
32include_HEADERS =	silcber.h	silcasn1.h	silcasn1_i.h
33
34SILC_EXTRA_DIST = tests
35
36EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
37
38include $(top_srcdir)/Makefile.defines.in
39
40