7 lines
169 B
Makefile
7 lines
169 B
Makefile
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libControls.la
|
|
|
|
libControls_la_SOURCES = controls.c controls.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator
|