From: Simon Josefsson Date: Sat, 30 Oct 2004 00:07:55 +0000 (+0000) Subject: Build library in this directory. X-Git-Tag: gnutls_1_1_22~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7c52d87e4d8bed1447a1c15d1de98d78bfeca9;p=thirdparty%2Fgnutls.git Build library in this directory. --- diff --git a/lib/minitasn1/Makefile.am b/lib/minitasn1/Makefile.am index 16874db54a..cea125fd78 100644 --- a/lib/minitasn1/Makefile.am +++ b/lib/minitasn1/Makefile.am @@ -1,10 +1,9 @@ -# source files added here must be added to ../Makefile.am -# to be compiled. - INCLUDES = -I$(top_srcdir)/lib -EXTRA_DIST = libtasn1.h der.h mem.h gstr.h errors.h \ - int.h parser_aux.h structure.h errors_int.h \ - element.h README \ - decoding.c gstr.c errors.c parser_aux.c \ - structure.c element.c coding.c +noinst_LTLIBRARIES = libminitasn1.la + +libminitasn1_la_SOURCES = libtasn1.h der.h mem.h gstr.h errors.h int.h \ + parser_aux.h structure.h errors_int.h element.h decoding.c \ + gstr.c errors.c parser_aux.c structure.c element.c coding.c + +EXTRA_DIST = README