summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorgreg <greg@blackbox>2009-06-18 13:04:29 +0200
committergreg <greg@blackbox>2009-06-18 13:04:29 +0200
commite7e108672381007c2beaec5c436d757cca0017a2 (patch)
treed80f46284bfaae637fc94d517e4fee6fe1a17621 /test/Makefile.am
parent597a3d181a15107e52ef2533dbedad365250e486 (diff)
downloadlibass-e7e108672381007c2beaec5c436d757cca0017a2.tar.bz2
libass-e7e108672381007c2beaec5c436d757cca0017a2.tar.xz
Add autotools infrastructure.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
new file mode 100644
index 0000000..3e2a467
--- /dev/null
+++ b/test/Makefile.am
@@ -0,0 +1,5 @@
+noinst_PROGRAMS = test
+test_SOURCES = test.cpp
+test_CPPFLAGS = -I../libass
+test_LDADD = ../libass/libass.la
+test_LDFLAGS = -lpng