]> granicus.if.org Git - libass/blobdiff - Makefile.am
Allocate track array exponentially
[libass] / Makefile.am
index 08b3844a803de0a3c0a70709ea0dd56c657df9d2..5a17a083092c21f1794ec639b1e741d752161c17 100644 (file)
@@ -1,8 +1,13 @@
-ACLOCAL_AMFLAGS = -I shave
+ACLOCAL_AMFLAGS = -I m4
 AUTOMAKE_OPTIONS = foreign
 EXTRA_DIST = libass.pc.in Changelog
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libass.pc
 
-SUBDIRS = libass test
+if HAVE_LIBPNG
+    test = test
+endif
+
+SUBDIRS = libass $(test)
+