summaryrefslogtreecommitdiffstats
path: root/conversion
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 /conversion
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 'conversion')
-rw-r--r--conversion/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/conversion/Makefile.am b/conversion/Makefile.am
index 751ff38..5b73919 100644
--- a/conversion/Makefile.am
+++ b/conversion/Makefile.am
@@ -29,8 +29,8 @@
#
##################################################################
-pkglib_LIBRARIES=libconversion.a
-libconversion_a_SOURCES= convertor.cc convfactory.cc tiff.cc hdf.cc png.cc jpeg.cc \
+pkglib_LTLIBRARIES = libconversion.la
+libconversion_la_SOURCES= convertor.cc convfactory.cc tiff.cc hdf.cc png.cc jpeg.cc \
csv.cc bmp.cc vff.cc tor.cc dem.cc ecw.cc memfs.cc \
convertor.hh convfactory.hh tiff.hh hdf.hh png.hh jpeg.hh \
csv.hh bmp.hh vff.hh tor.hh dem.hh ecw.hh memfs.hh \