From cd62f6e0b5e82a9e18676b8a7e88ab6538961436 Mon Sep 17 00:00:00 2001 From: Andrei Aiordachioaie Date: Fri, 24 Jul 2009 11:17:29 +0200 Subject: fixed generation of lib/ and include/ folders on install --- conversion/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conversion/Makefile.am') diff --git a/conversion/Makefile.am b/conversion/Makefile.am index 8da362d..397f69f 100644 --- a/conversion/Makefile.am +++ b/conversion/Makefile.am @@ -29,7 +29,7 @@ # ################################################################## -noinst_LIBRARIES=libconversion.a +lib_LIBRARIES=libconversion.a libconversion_a_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