summaryrefslogtreecommitdiffstats
path: root/indexmgr
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-06 16:32:42 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:50 +0100
commit5e7d86502db944b9b9b9f51c72822e3b0e45f215 (patch)
tree6bbef894bfacfaeb5c8bb53f894a53bd098cc2ac /indexmgr
parentcff69928512cf8f8897d1e1c21e1e81a21060d7c (diff)
downloadrasdaman-upstream-5e7d86502db944b9b9b9f51c72822e3b0e45f215.tar.gz
rasdaman-upstream-5e7d86502db944b9b9b9f51c72822e3b0e45f215.tar.xz
rasdaman-upstream-5e7d86502db944b9b9b9f51c72822e3b0e45f215.zip
build: Use libtool for building all libraries
Diffstat (limited to 'indexmgr')
-rw-r--r--indexmgr/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexmgr/Makefile.am b/indexmgr/Makefile.am
index 6303ef9..4e30000 100644
--- a/indexmgr/Makefile.am
+++ b/indexmgr/Makefile.am
@@ -29,8 +29,8 @@
#
##################################################################
-pkglib_LIBRARIES=libindexmgr.a
-libindexmgr_a_SOURCES= mddobjix.cc transdirix.cc keyobject.cc srptindexlogic.cc \
+pkglib_LTLIBRARIES = libindexmgr.la
+libindexmgr_la_SOURCES= mddobjix.cc transdirix.cc keyobject.cc srptindexlogic.cc \
sdirindexlogic.cc indexds.cc hierindexds.cc srcindexlogic.cc \
mddobjix.hh transdirix.hh keyobject.hh srptindexlogic.hh \
sdirindexlogic.hh indexds.hh hierindexds.hh srcindexlogic.hh