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