summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcalc <calc@xiph.org>2002-07-11 21:22:00 +0000
committercalc <calc@xiph.org>2002-07-11 21:22:00 +0000
commit378eb09cf38a1b821828537b7fe19a0fc6f75f73 (patch)
tree127c85a24220c7b14b8e6a144d68cd639f9101eb /src
parent857a9067c558bef06946e82d53937c39200fd07c (diff)
downloadogg-378eb09cf38a1b821828537b7fe19a0fc6f75f73.tar.gz
-I$(top_builddir)/include fix needed for builddir != srcdir
git-svn-id: http://svn.xiph.org/trunk/ogg@3592 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 27922ab..3998bba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
lib_LTLIBRARIES = libogg.la