libaacs | branch: master | Ano Nymous <[email protected]> | Sun May 27 
18:35:10 2012 +0200| [ea80c9fb293f35a927d127fd12ec066e57ff521b] | committer: 
Ano Nymous

Support for build outside of srcdir

> http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=ea80c9fb293f35a927d127fd12ec066e57ff521b
---

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

diff --git a/src/Makefile.am b/src/Makefile.am
index a489587..c8e66e9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,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) -Ifile
+SET_INCLUDES = -I$(top_srcdir) -Ifile -Ilibaacs
 
 AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_WARNINGS) $(SET_OPTIMIZATIONS) \
        $(SET_DEBUG_OPTS) $(SET_INCLUDES) $(LIBGCRYPT_CFLAGS)

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

Reply via email to