1 include_HEADERS = libtasn1.h
3 bin_SCRIPTS = libtasn1-config
5 m4datadir = $(datadir)/aclocal
6 dist_m4data_DATA = libtasn1.m4
8 pkgconfigdir = $(libdir)/pkgconfig
9 pkgconfig_DATA = libtasn1.pc
11 lib_LTLIBRARIES = libtasn1.la
13 libtasn1_la_SOURCES = libtasn1.h der.h mem.h gstr.h errors.h defines.h \
14 int.h parser_aux.h structure.h errors_int.h element.h ASN1.y \
15 decoding.c gstr.c errors.c parser_aux.c structure.c element.c \
18 libtasn1_la_LDFLAGS = -no-undefined \
19 -export-symbols-regex '^(_asn1|asn1|libtasn1).*' \
20 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)