diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-07-22T14·52+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-07-22T14·52+0000 |
commit | 4c20a0829304631cf7282937bd6a0789701f40a4 (patch) | |
tree | d28a8304a36c74adf3fb505a4150b6681ad7f63a /src/libutil/Makefile.am | |
parent | 1a67154d416d3408ac35ddb5a197d1b76f57aab8 (diff) |
* Build dynamic libraries.
Diffstat (limited to 'src/libutil/Makefile.am')
-rw-r--r-- | src/libutil/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index 6e83b8555124..72abfaa11c1b 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -1,6 +1,6 @@ -noinst_LIBRARIES = libutil.a +lib_LTLIBRARIES = libutil.la -libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \ +libutil_la_SOURCES = util.cc util.hh hash.cc hash.hh \ archive.cc archive.hh aterm.cc aterm.hh \ md5.c md5.h sha1.c sha1.h sha256.c sha256.h md32_common.h |