[xiph-commits] r13593 - trunk/theora

thomasvs at svn.xiph.org thomasvs at svn.xiph.org
Thu Aug 23 06:55:09 PDT 2007


Author: thomasvs
Date: 2007-08-23 06:55:08 -0700 (Thu, 23 Aug 2007)
New Revision: 13593

Modified:
   trunk/theora/Makefile.am
Log:
fix build

Modified: trunk/theora/Makefile.am
===================================================================
--- trunk/theora/Makefile.am	2007-08-23 13:48:42 UTC (rev 13592)
+++ trunk/theora/Makefile.am	2007-08-23 13:55:08 UTC (rev 13593)
@@ -2,14 +2,15 @@
 
 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
 
-THEORA_ENABLE_EXAMPLES=@THEORA_ENABLE_EXAMPLES@
-
-SUBDIRS = lib include doc tests m4
-
 if THEORA_ENABLE_EXAMPLES
-SUBDIRS += examples
+EXAMPLES_DIR = examples
+else
+EXAMPLES_DIR =
 endif
 
+SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
+
+
 # we include the whole debian/ dir in EXTRA_DIST because there's a problem
 # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am
 # to pick up on the lowercase changelog file and add ChangeLog to DIST_COMMON



More information about the commits mailing list