Aegisub/aegisub/tests/Makefile.am
Amar Takhar 40e12403d5 Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format.
Initial support for low-level access and file I/O methods are included as well.

Originally committed to SVN as r4331.
2010-05-21 01:13:36 +00:00

19 lines
348 B
Makefile

# $Id$
bin_PROGRAMS = run
run_LDFLAGS= -L../libaegisub -laegisub-2.2 -lgtest -rpath /mnt/free/aegisub/commit/libaegisub/.libs
run_CPPFLAGS= -I../src/include -I../libaegisub/include
run_SOURCES = \
main.cpp \
util.cpp \
libaegisub_access.cpp \
libaegisub_cajun.cpp \
libaegisub_util.cpp \
libaegisub_mru.cpp
run_SOURCES += \
*.h