[libbluray-devel] build: remove the subdirs recursion at src level.

Diego Elio Pettenò git at videolan.org
Fri Feb 15 04:07:42 CET 2013


libbluray | branch: flameeyes | Diego Elio Pettenò <flameeyes at flameeyes.eu> | 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
 



More information about the libbluray-devel mailing list