Remove errors_int.h.
[libtasn1.git] / lib / Makefile.am
blob6b12611475885f1d0f9a788201d3fa36302e0595
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation
4 # This file is part of LIBTASN1.
6 # The LIBTASN1 library is free software; you can redistribute it
7 # and/or modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License, or (at your option) any later version.
11 # This library is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 # 02110-1301, USA
21 include_HEADERS = libtasn1.h 
23 bin_SCRIPTS = libtasn1-config
25 m4datadir = $(datadir)/aclocal
26 dist_m4data_DATA = libtasn1.m4
28 pkgconfigdir = $(libdir)/pkgconfig
29 pkgconfig_DATA = libtasn1.pc
31 lib_LTLIBRARIES = libtasn1.la
33 libtasn1_la_SOURCES = libtasn1.h der.h mem.h gstr.h errors.h defines.h  \
34         int.h parser_aux.h structure.h element.h ASN1.y decoding.c      \
35         gstr.c errors.c parser_aux.c structure.c element.c coding.c     \
36         libtasn1.vers
38 libtasn1_la_LDFLAGS = -no-undefined \
39         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
41 if HAVE_LD_VERSION_SCRIPT
42 libtasn1_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libtasn1.vers
43 endif