summaryrefslogtreecommitdiffstats
path: root/indexmgr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'indexmgr/Makefile.am')
-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