[libbluray-devel] Fixed examples build broken in b1d4471b03f2816bcc9b6fe79d6c0264ba2cbb42

hpi1 git at videolan.org
Wed Sep 18 11:21:18 CEST 2013


libbluray | branch: refs/tags/0.4.0 | hpi1 <hpi1 at anonymous.org> | Wed Sep 18 12:18:31 2013 +0300| [327df818dd6bd5ff7838b1400f26ad829de57224] | committer: hpi1

Fixed examples build broken in b1d4471b03f2816bcc9b6fe79d6c0264ba2cbb42

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=327df818dd6bd5ff7838b1400f26ad829de57224
---

 src/examples/Makefile.am |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 11bfb87..42369ab 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -26,16 +26,19 @@ mpls_dump_SOURCES = \
 	../util/strutl.c \
 	../util/logging.c \
 	../file/file_posix.c \
-if HAVE_WIN32
-	../file/dir_win32.c \
-else
-	../file/dir_posix.c \
-endif
 	../libbluray/bdnav/extdata_parse.c \
 	../libbluray/bdnav/mpls_parse.c \
 	../libbluray/bdnav/clpi_parse.c \
 	../libbluray/bdnav/navigation.c
 
+if HAVE_WIN32
+mpls_dump_SOURCES += \
+	../file/dir_win32.c
+else
+mpls_dump_SOURCES += \
+	../file/dir_posix.c
+endif
+
 clpi_dump_SOURCES = \
 	clpi_dump.c util.c util.h
 clpi_dump_LDADD = $(BLURAY_LIB)



More information about the libbluray-devel mailing list