1
0
Fork 0

Removed zlib support.

This commit is contained in:
curt 1998-07-30 23:42:19 +00:00
parent 8a690c2058
commit d14e417497

View file

@ -1,8 +1,6 @@
libdir = ${exec_prefix}/lib
noinst_LIBRARIES = libDEM.a
lib_LTLIBRARIES = libDEM.la
libDEM_la_SOURCES = dem.cxx dem.hxx leastsqs.cxx leastsqs.hxx
libDEM_a_SOURCES = dem.cxx dem.hxx leastsqs.cxx leastsqs.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib