Merge defines.h into int.h.
[libtasn1.git] / lib / Makefile.am
bloba6dce8f7d3de5ee2b86600973b42320fd5c6eaf7
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
4 # This file is part of LIBTASN1.
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 include_HEADERS = libtasn1.h
21 bin_SCRIPTS = libtasn1-config
23 m4datadir = $(datadir)/aclocal
24 dist_m4data_DATA = libtasn1.m4
26 pkgconfigdir = $(libdir)/pkgconfig
27 pkgconfig_DATA = libtasn1.pc
29 lib_LTLIBRARIES = libtasn1.la
31 libtasn1_la_SOURCES = libtasn1.h mem.h gstr.h errors.h  \
32         int.h parser_aux.h structure.h element.h ASN1.y \
33         decoding.c gstr.c errors.c parser_aux.c structure.c element.c   \
34         coding.c libtasn1.vers
36 libtasn1_la_LDFLAGS = -no-undefined \
37         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
39 if HAVE_LD_VERSION_SCRIPT
40 libtasn1_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libtasn1.vers
41 endif