libbluray | branch: flameeyes | Diego Elio Pettenò <[email protected]> | Thu Feb 14 18:18:46 2013 -0800| [3855ee41c46758be550605e71e7705407b7482e0] | committer: Diego Elio Pettenò
build: remove the subdirs recursion at src level. > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=3855ee41c46758be550605e71e7705407b7482e0 --- 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 e3e9d39..d11949f 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
