SRCS = \
	ltf_nd_filter.cpp \
	ltf_pid.cpp \
	pid_controller.cpp

SRCS_EXE = \
	sc_main.cpp

include ../Makefile.defs

