From 705d2f10efe51e5d8afab4be7c92f72ebe4c98b9 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Mon, 9 Aug 2010 19:03:26 +0200 Subject: Set AM_CFLAGS instead of CFLAGS directly --- libass/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libass') diff --git a/libass/Makefile.am b/libass/Makefile.am index 04db84d..375f8e6 100644 --- a/libass/Makefile.am +++ b/libass/Makefile.am @@ -1,3 +1,5 @@ +AM_CFLAGS = -Wall + LIBASS_LT_CURRENT = 5 LIBASS_LT_REVISION = 0 LIBASS_LT_AGE = 1 -- cgit v1.2.3