libaacs | branch: master | npzacs <[email protected]> | Sun Feb 24 13:27:47 2013 +0200| [04c3af2f519dc50ace00c5ad942ea9e8d629b0ab] | committer: npzacs
build: remove the subdirs recursion at src level > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=04c3af2f519dc50ace00c5ad942ea9e8d629b0ab --- Makefile.am | 2 +- src/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index f4b0200..26625c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src +SUBDIRS=src src/examples ACLOCAL_AMFLAGS=-I m4 diff --git a/src/Makefile.am b/src/Makefile.am index 9b6e782..f9a7f18 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,5 @@ LIB_VERSION_INFO="@LT_VERSION_INFO@" -SUBDIRS= . examples - SET_FEATURES = @SET_FEATURES@ SET_WARNINGS = @SET_WARNINGS@ SET_OPTIMIZATIONS = @SET_OPTIMIZATIONS@ _______________________________________________ libaacs-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libaacs-devel
