aboutsummaryrefslogtreecommitdiff
path: root/lib/libass/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libass/test/Makefile.am')
-rw-r--r--lib/libass/test/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libass/test/Makefile.am b/lib/libass/test/Makefile.am
deleted file mode 100644
index 208c9cf37b..0000000000
--- a/lib/libass/test/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-AM_CFLAGS = -Wall
-
-noinst_PROGRAMS = test
-test_SOURCES = test.c
-test_CPPFLAGS = -I../libass
-test_LDADD = ../libass/libass.la
-test_LDFLAGS = $(AM_LDFLAGS) $(LIBPNG_LIBS)