summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-11-02 20:13:07 +0000
committerJack Moffitt <jack@xiph.org>2000-11-02 20:13:07 +0000
commitf9572aa5c9a74e1394e08b1282eb27d499f42257 (patch)
tree451d522eb65cab8b98591e69d6c80383f786062f
parent911e988de7e75d1cf281b3b4a8f4fb3ec73bdaf5 (diff)
downloadlibvorbis-git-f9572aa5c9a74e1394e08b1282eb27d499f42257.tar.gz
$(top_srcdir) may not be our top_srcdir if this is a subproject of some
larger system svn path=/branches/branch_beta3/vorbis/; revision=875
-rw-r--r--examples/Makefile.am2
-rw-r--r--lib/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 3d5f4be0..4406d273 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I../include
noinst_PROGRAMS = decoder_example encoder_example chaining_example\
vorbisfile_example seeking_example
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 13b9fff2..5a4c6593 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I../include
lib_LTLIBRARIES = libvorbis.la libvorbisfile.la