summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-08 15:02:05 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-08 15:02:05 +0000
commitd04b0c54176af735847efc10cd7cd54b358c6258 (patch)
tree47d5f5bc1475868deba9de40abe77bc4c0dfba6a /lib
parent73ea8b9b5ab2f5164d5a753d43e201937b460618 (diff)
downloadlibtasn1-d04b0c54176af735847efc10cd7cd54b358c6258.tar.gz
libtasn1-d04b0c54176af735847efc10cd7cd54b358c6258.tar.bz2
libtasn1-d04b0c54176af735847efc10cd7cd54b358c6258.zip
Add.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2264a26..2df6264 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -30,10 +30,10 @@ pkgconfig_DATA = libtasn1.pc
lib_LTLIBRARIES = libtasn1.la
-libtasn1_la_SOURCES = libtasn1.h mem.h gstr.h errors.h defines.h \
- int.h parser_aux.h structure.h element.h ASN1.y decoding.c \
- gstr.c errors.c parser_aux.c structure.c element.c coding.c \
- libtasn1.vers
+libtasn1_la_SOURCES = libtasn1.h libtasn1-dont.h mem.h gstr.h errors.h \
+ defines.h int.h parser_aux.h structure.h element.h ASN1.y \
+ decoding.c gstr.c errors.c parser_aux.c structure.c element.c \
+ coding.c libtasn1.vers
libtasn1_la_LDFLAGS = -no-undefined \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)