[xiph-commits] r17152 - trunk/Tremor

conrad at svn.xiph.org conrad at svn.xiph.org
Tue Apr 20 01:28:52 PDT 2010


Author: conrad
Date: 2010-04-20 01:28:51 -0700 (Tue, 20 Apr 2010)
New Revision: 17152

Modified:
   trunk/Tremor/Makefile.am
Log:
dist: fix for out-of-tree builds

Modified: trunk/Tremor/Makefile.am
===================================================================
--- trunk/Tremor/Makefile.am	2010-04-20 08:28:48 UTC (rev 17151)
+++ trunk/Tremor/Makefile.am	2010-04-20 08:28:51 UTC (rev 17152)
@@ -35,7 +35,7 @@
 include_HEADERS = ivorbiscodec.h ivorbisfile.h ogg.h os_types.h config_types.h
 
 EXTRA_DIST = vorbisidec.pc.in \
-        doc/*.html win32/VS*/libtremor/*.vcproj
+        $(srcdir)/doc/*.html $(srcdir)/win32/VS*/libtremor/*.vcproj
 
 example:
 	-ln -fs . vorbis



More information about the commits mailing list