[xiph-commits] r3735 - in libannodex/trunk/src: examples tests
conrad at svn.annodex.net
conrad at svn.annodex.net
Sat Oct 25 15:35:50 PDT 2008
Author: conrad
Date: 2008-10-25 15:35:50 -0700 (Sat, 25 Oct 2008)
New Revision: 3735
Modified:
libannodex/trunk/src/examples/Makefile.am
libannodex/trunk/src/tests/Makefile.am
Log:
add -I$(top_builddir)/include to CFLAGS in Makefile.am's, for out of tree builds
Modified: libannodex/trunk/src/examples/Makefile.am
===================================================================
--- libannodex/trunk/src/examples/Makefile.am 2008-10-25 21:30:19 UTC (rev 3734)
+++ libannodex/trunk/src/examples/Makefile.am 2008-10-25 22:35:50 UTC (rev 3735)
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
ANNODEXDIR = ../libannodex
ANNODEX_LIBS = $(ANNODEXDIR)/libannodex.la $(OGGZ_LIBS) -lm
Modified: libannodex/trunk/src/tests/Makefile.am
===================================================================
--- libannodex/trunk/src/tests/Makefile.am 2008-10-25 21:30:19 UTC (rev 3734)
+++ libannodex/trunk/src/tests/Makefile.am 2008-10-25 22:35:50 UTC (rev 3735)
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
ANNODEXDIR = ../libannodex
ANNODEX_LIBS = $(ANNODEXDIR)/libannodex.la $(OGGZ_LIBS) -lm
More information about the commits
mailing list