]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Build library in this directory.
authorSimon Josefsson <simon@josefsson.org>
Sat, 30 Oct 2004 00:07:55 +0000 (00:07 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 30 Oct 2004 00:07:55 +0000 (00:07 +0000)
lib/minitasn1/Makefile.am

index 16874db54a7fef3bc5f8c44f12434447a6ffb2f8..cea125fd78be6480703b1dcf37c699899e4503cc 100644 (file)
@@ -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