summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-03-30 17:38:08 +0200
committerSimon Josefsson <simon@josefsson.org>2010-03-30 17:38:08 +0200
commitab67c9ada8549b03b3345b912362698355ef5a19 (patch)
tree3df659d8e22c16b5adfc4c672332d2a490cc5382
parentc89ee2490328e434f0e0b2a5b5ddd42fcb9ed645 (diff)
downloadlibtasn1-ab67c9ada8549b03b3345b912362698355ef5a19.tar.gz
libtasn1-ab67c9ada8549b03b3345b912362698355ef5a19.tar.bz2
libtasn1-ab67c9ada8549b03b3345b912362698355ef5a19.zip
Link to gnulib library.
Reported by ludo@gnu.org (Ludovic Courtès).
-rw-r--r--THANKS3
-rw-r--r--lib/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index 2cb8ca4..fa5e0fe 100644
--- a/THANKS
+++ b/THANKS
@@ -1,4 +1,4 @@
-Here is a list of people, who helped in libtasn1 development.
+Here is a list of people, who helped the Libtasn1 project.
Nikos Mavroyanopoulos <nmav@hellug.gr>
Simon Josefsson <simon@josefsson.org>
@@ -12,3 +12,4 @@ Michele Baldessari <michele@pupazzo.org>
Christian Grothoff <christian@grothoff.org>
Dagobert Michelsen <dam@opencsw.org>
David Reiser <dbreiser@gmail.com>
+Ludovic Courtès <ludo@gnu.org>
diff --git a/lib/Makefile.am b/lib/Makefile.am
index aa6cddb..b9ce1ba 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -47,6 +47,8 @@ libtasn1_la_SOURCES = \
structure.h \
version.c
+libtasn1_la_LIBADD = gllib/libgnu.la
+
libtasn1_la_LDFLAGS = \
-no-undefined \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)