libbluray | branch: flameeyes | Diego Elio Pettenò <[email protected]> | Thu Feb 14 18:18:46 2013 -0800| [0fd95ce66908cd431b1d1435431029e6c335936c] | committer: hpi1
build: remove the subdirs recursion at src level. > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=0fd95ce66908cd431b1d1435431029e6c335936c --- Makefile.am | 5 ++++- src/Makefile.am | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 454ed37..859a1f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ include $(top_srcdir)/doxygen-include.am -SUBDIRS=src +SUBDIRS = src +if USING_EXAMPLES +SUBDIRS += src/examples +endif ACLOCAL_AMFLAGS=-I m4 diff --git a/src/Makefile.am b/src/Makefile.am index 2781b51..98e7dde 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,3 @@ -SUBDIRS= . examples - SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT SET_INCLUDES = -I$(top_srcdir) -Ifile -Ilibbluray/bdnav _______________________________________________ libbluray-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libbluray-devel
