summaryrefslogtreecommitdiffabout
path: root/test/Makefile.am
blob: 09c3ed7539a3cb295b72ed50d90a2892a07f06a8 (plain)
1
2
3
4
5
6
7
noinst_PROGRAMS = sleeptracker-decode

INCLUDES = -I${top_srcdir}/include/ ${MODULES_CFLAGS}
LIBS = ${top_builddir}/lib/libnapkin.la

sleeptracker_decode_SOURCES = sleeptracker-decode.cc
sleeptracker_decode_DEPENDENCIES = ${LIBS}