Fix compilation of tests on OS X

Originally committed to SVN as r4777.
This commit is contained in:
Thomas Goyne 2010-09-10 03:31:13 +00:00
parent 3512c4e1fe
commit 98305250df
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ bin_PROGRAMS = run
run_LDFLAGS= -L../libaegisub -laegisub-3.0 -lgtest @ICONV_LDFLAGS@ -L../universalchardet -luniversalchardet
run_CPPFLAGS= -I../src/include -I../libaegisub/include
if BUILD_DARWIN
run_LDFLAGS += -framework ApplicationServices
endif
run_SOURCES = \
main.cpp \