diff options
author | shankar | 2010-03-08 16:26:12 +0000 |
---|---|---|
committer | shankar | 2010-03-08 16:26:12 +0000 |
commit | 2c215aeeff7f11a0bcefce7eab2df59c483f775b (patch) | |
tree | ded4e093eac70cbca83357ac2b9239f746306f44 /util | |
parent | 6ec96f2899cba30d43ebf4130ada9dd2cd0d0df4 (diff) | |
download | axis2c-2c215aeeff7f11a0bcefce7eab2df59c483f775b.tar.gz axis2c-2c215aeeff7f11a0bcefce7eab2df59c483f775b.tar.bz2 |
Fixing accedental deletion of -lpthread.
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@920388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util')
-rw-r--r-- | util/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/Makefile.am b/util/src/Makefile.am index f9ed14b..c551eec 100644 --- a/util/src/Makefile.am +++ b/util/src/Makefile.am @@ -41,6 +41,7 @@ libaxutil_la_SOURCES = hash.c \ digest_calc.c libaxutil_la_LIBADD = $(top_builddir)/src/platforms/unix/libaxis2_unix.la \ + -lpthread \ @ZLIBLIBS@ libaxutil_la_LDFLAGS = -version-info $(VERSION_NO) |