[libbluray-devel] Fix distcheck in examples

Jean-Baptiste Kempf git at videolan.org
Wed Nov 16 10:28:05 CET 2011


libbluray | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 16 10:22:33 2011 +0100| [7e6dd521141ec2e86129685f2c1bda2efe57122a] | committer: Jean-Baptiste Kempf

Fix distcheck in examples

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

 src/examples/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 265bb31..c30116f 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -2,7 +2,7 @@ SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT
 SET_WARNINGS = @SET_WARNINGS@
 SET_OPTIMIZATIONS = @SET_OPTIMIZATIONS@
 SET_DEBUG_OPTS = @SET_DEBUG_OPTS@
-SET_INCLUDES = -I$(top_srcdir) -I.. -I../file -I../libbluray/bdnav
+SET_INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/file -I$(top_srcdir)/src/libbluray/bdnav
 
 AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_WARNINGS) $(SET_OPTIMIZATIONS) \
 	$(SET_DEBUG_OPTS) $(SET_INCLUDES)



More information about the libbluray-devel mailing list