7 lines
153 B
Makefile
7 lines
153 B
Makefile
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libSlew.la
|
|
|
|
libSlew_la_SOURCES = slew.c slew.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator
|