not sure how I missed this wrong includedir
authorThomas Vander Stichele <thomasvs@xiph.org>
Mon, 5 Mar 2007 14:55:14 +0000 (14:55 +0000)
committerThomas Vander Stichele <thomasvs@xiph.org>
Mon, 5 Mar 2007 14:55:14 +0000 (14:55 +0000)
svn path=/trunk/vorbis/; revision=12652

include/vorbis/Makefile.am

index cb45cf7..dbba34e 100644 (file)
@@ -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