summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-11-02 20:11:33 +0000
committerJack Moffitt <jack@xiph.org>2000-11-02 20:11:33 +0000
commitc3adb22334df083ccf82080ff7d120f21e48303e (patch)
tree06321601a7a50999c2600e78d34da32346fbcc07 /src
parent5fe494718660d7d24e36635199c4c3652203c273 (diff)
downloadogg-c3adb22334df083ccf82080ff7d120f21e48303e.tar.gz
$(top_srcdir) may not be the top dir if this in a subproject of something
git-svn-id: http://svn.xiph.org/trunk/ogg@874 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..ab30d11 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I../include
lib_LTLIBRARIES = libogg.la