[libbdplus-devel] Fixed out of tree builds
anonymous
git at videolan.org
Thu Jan 30 10:33:11 CET 2014
libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Thu Jan 30 11:26:06 2014 +0200| [12554ca25898f3d4918772b345f7ee4b11c901e2] | committer: anonymous
Fixed out of tree builds
> http://git.videolan.org/gitweb.cgi/libbdplus.git/?a=commit;h=12554ca25898f3d4918772b345f7ee4b11c901e2
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index aceb313..0e35b8f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
SET_FEATURES = @SET_FEATURES@
-SET_INCLUDES = -I$(top_srcdir)
+SET_INCLUDES = -I$(top_srcdir) -Ilibbdplus
AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
More information about the libbdplus-devel
mailing list