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