X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=9b7bd046a5711aa26339e92ae13115a7f41b8595;hb=b555ec1a6c65b3c7220214981d708fef028a87a4;hp=fe9ca8443cb94b9d33dd9596ac5d13bda163946c;hpb=eec4fa7cbfd7a138decfe392fbc7e235d51f74ec;p=platform%2Fupstream%2Fflac.git diff --git a/Makefile.am b/Makefile.am index fe9ca84..9b7bd04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson # # This file is part the FLAC project. FLAC is comprised of several # components distributed under difference licenses. The codec libraries @@ -28,11 +28,9 @@ # distclean: remove everything except what goes in the distribution # -AUTOMAKE_OPTIONS = foreign 1.7 +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = doc include m4 man src test build obj - -DISTCLEANFILES = libtool-disable-static +SUBDIRS = doc include m4 man src examples test build objs EXTRA_DIST = \ COPYING.FDL \ @@ -50,3 +48,8 @@ EXTRA_DIST = \ depcomp \ ltmain.sh \ strip_non_asm_libtool_args.sh + +fullcheck: + (cd test && make fullcheck) + +CLEANFILES = *~