diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index ef1056b..e218f5b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,8 +1,6 @@ include_HEADERS = libtasn1.h -EXTRA_DIST = libtasn1.h der.h asn1-api.tex mem.h gstr.h errors.h \ - defines.h int.h parser_aux.h structure.h errors_int.h \ - element.h asn1-api.tex libtasn1-config.in +EXTRA_DIST = asn1-api.tex bin_SCRIPTS = libtasn1-config @@ -15,7 +13,9 @@ lib_LTLIBRARIES = libtasn1.la COBJECTS = ASN1.y decoding.c gstr.c errors.c parser_aux.c \ structure.c element.c coding.c -libtasn1_la_SOURCES = $(COBJECTS) +libtasn1_la_SOURCES = libtasn1.h der.h mem.h gstr.h errors.h defines.h \ + int.h parser_aux.h structure.h errors_int.h element.h \ + $(COBJECTS) libtasn1_la_LDFLAGS = -no-undefined \ -export-symbols-regex '^(_asn1|asn1|libtasn1).*' \ |