summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2007-03-05 14:55:14 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2007-03-05 14:55:14 +0000
commit57bf07f8eb2034a62deb2bba72c3ad04a14d631e (patch)
tree52e8251e5596c56c8a096a96a8ccf21be16a015b /include
parentc1e557c75cbd0557ef7a69101f6137b8ecb9f886 (diff)
downloadlibvorbis-git-57bf07f8eb2034a62deb2bba72c3ad04a14d631e.tar.gz
not sure how I missed this wrong includedir
svn path=/trunk/vorbis/; revision=12652
Diffstat (limited to 'include')
-rw-r--r--include/vorbis/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vorbis/Makefile.am b/include/vorbis/Makefile.am
index cb45cf78..dbba34e5 100644
--- a/include/vorbis/Makefile.am
+++ b/include/vorbis/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
-includedir = $(prefix)/include/vorbis
+vorbisincludedir = $(includedir)/vorbis
-include_HEADERS = codec.h vorbisfile.h vorbisenc.h
+vorbisinclude_HEADERS = codec.h vorbisfile.h vorbisenc.h