[xiph-commits] r12652 - trunk/vorbis/include/vorbis

thomasvs at svn.xiph.org thomasvs at svn.xiph.org
Mon Mar 5 06:55:16 PST 2007


Author: thomasvs
Date: 2007-03-05 06:55:14 -0800 (Mon, 05 Mar 2007)
New Revision: 12652

Modified:
   trunk/vorbis/include/vorbis/Makefile.am
Log:
not sure how I missed this wrong includedir

Modified: trunk/vorbis/include/vorbis/Makefile.am
===================================================================
--- trunk/vorbis/include/vorbis/Makefile.am	2007-03-05 14:52:46 UTC (rev 12651)
+++ trunk/vorbis/include/vorbis/Makefile.am	2007-03-05 14:55:14 UTC (rev 12652)
@@ -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
 
 



More information about the commits mailing list