From 99b7fd24c2631f030dab249f89b5a15326459fcb Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 6 Mar 2011 17:35:06 +0100 Subject: nonrecbuild: Make "autoreconf" and "configure" run We still need to adapt the actual make rules and vars so that an actual build might work. --- conversion/Makefile-files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conversion') 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 \ -- cgit