2013-11-26 22:07:27 -08:00
|
|
|
INCLUDES = -isystem$(top_srcdir)/libobs
|
2013-10-29 23:21:40 -07:00
|
|
|
|
2013-11-01 14:33:00 -07:00
|
|
|
if OS_WIN
|
|
|
|
if ARCH_X86
|
|
|
|
libtestdir = ../../build/plugins/32bit
|
|
|
|
else
|
|
|
|
libtestdir = ../../build/plugins/64bit
|
|
|
|
endif
|
|
|
|
else
|
|
|
|
libtestdir = $(libdir)/obs-plugins
|
|
|
|
endif
|
2013-10-29 23:21:40 -07:00
|
|
|
|
2013-11-01 14:33:00 -07:00
|
|
|
pkglib_LTLIBRARIES = libtest-input.la
|
|
|
|
|
|
|
|
libtest_input_la_LDFLAGS = -no-undefined
|
2013-10-29 23:21:40 -07:00
|
|
|
if OS_WIN
|
|
|
|
libtest_input_la_LDFLAGS += -avoid-version
|
|
|
|
endif
|
|
|
|
libtest_input_la_LIBADD = $(top_srcdir)/libobs/libobs.la
|
|
|
|
libtest_input_la_SOURCES = test-filter.c \
|
|
|
|
test-input.c \
|
|
|
|
test-random.c
|