summaryrefslogtreecommitdiffstats
path: root/conversion
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-06 17:35:06 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:50 +0100
commit99b7fd24c2631f030dab249f89b5a15326459fcb (patch)
tree3813fe7bd2543718388fbac659a54d436ead47c5 /conversion
parent02bf6022d153b9abeb513b0055510559f873da93 (diff)
downloadrasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.tar.gz
rasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.tar.xz
rasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.zip
nonrecbuild: Make "autoreconf" and "configure" run
We still need to adapt the actual make rules and vars so that an actual build might work.
Diffstat (limited to 'conversion')
-rw-r--r--conversion/Makefile-files3
1 files changed, 2 insertions, 1 deletions
diff --git a/conversion/Makefile-files b/conversion/Makefile-files
index 5b73919..f5f3db0 100644
--- a/conversion/Makefile-files
+++ b/conversion/Makefile-files
@@ -29,7 +29,8 @@
#
##################################################################
-pkglib_LTLIBRARIES = libconversion.la
+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 \