spek/tests/Makefile.am
Alexander Kojevnikov 5917515756 Fix make distcheck
2012-08-29 22:02:17 -07:00

24 lines
262 B
Makefile

TESTS = \
test-utils \
test
check_PROGRAMS = $(TESTS)
noinst_HEADERS = \
test.h
AM_CPPFLAGS = \
-include config.h \
-I$(top_srcdir)/lib \
-pthread
AM_CFLAGS = \
$(FFMPEG_CFLAGS)
LDADD = \
../lib/libspek.a \
$(FFMPEG_LIBS)
AM_LDFLAGS = \
-pthread