9 lines
153 B
Text
9 lines
153 B
Text
|
libdir = ${exec_prefix}/lib
|
||
|
|
||
|
lib_LTLIBRARIES = libDEM.la
|
||
|
|
||
|
libDEM_la_SOURCES = dem.cxx dem.hxx leastsqs.cxx leastsqs.hxx
|
||
|
|
||
|
INCLUDES += -I../../Simulator
|
||
|
|