summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9adad4d..208c9cf 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,4 +4,4 @@ noinst_PROGRAMS = test
test_SOURCES = test.c
test_CPPFLAGS = -I../libass
test_LDADD = ../libass/libass.la
-test_LDFLAGS = -lpng
+test_LDFLAGS = $(AM_LDFLAGS) $(LIBPNG_LIBS)