libbluray | branch: master | hpi1 <[email protected]> | 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)

_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to