[libbluray-devel] Makefile: add libbluray directory to compiler search path

Sean McGovern git at videolan.org
Tue Sep 17 08:56:43 CEST 2013


libbluray | branch: master | Sean McGovern <gseanmcg at gmail.com> | Wed Sep 11 23:01:34 2013 -0400| [76541cd352d82b8800840f1baa70c59f9eba1c51] | committer: npzacs

Makefile: add libbluray directory to compiler search path

This enables out-of-tree builds to find bluray-version.h.

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

 src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 9b7816b..76f62eb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
 SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT
-SET_INCLUDES = -I$(top_srcdir) -Ifile -Ilibbluray/bdnav
+SET_INCLUDES = -I$(top_srcdir) -Ifile -Ilibbluray -Ilibbluray/bdnav
 
 AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) $(FT2_CFLAGS)
 



More information about the libbluray-devel mailing list