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