OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | Index: libtheora-1.2.0alpha1/Makefile.am |
| 2 | =================================================================== |
| 3 | --- libtheora-1.2.0alpha1.orig/Makefile.am 2010-09-23 22:26:52.000000000 +0200 |
| 4 | +++ libtheora-1.2.0alpha1/Makefile.am 2011-05-03 09:52:11.000000000 +0200 |
| 5 | @@ -8,7 +8,7 @@ |
| 6 | EXAMPLES_DIR = |
| 7 | endif |
| 8 | |
| 9 | -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR) |
| 10 | +SUBDIRS = lib include m4 $(EXAMPLES_DIR) |
| 11 | |
| 12 | |
| 13 | # we include the whole debian/ dir in EXTRA_DIST because there's a problem |
| 14 | Index: libtheora-1.2.0alpha1/Makefile.in |
| 15 | =================================================================== |
| 16 | --- libtheora-1.2.0alpha1.orig/Makefile.in 2010-09-23 23:59:14.000000000 +0200 |
| 17 | +++ libtheora-1.2.0alpha1/Makefile.in 2011-05-03 09:52:11.000000000 +0200 |
| 18 | @@ -106,7 +106,7 @@ |
| 19 | distdir dist dist-all distcheck |
| 20 | ETAGS = etags |
| 21 | CTAGS = ctags |
| 22 | -DIST_SUBDIRS = lib include doc tests m4 examples |
| 23 | +DIST_SUBDIRS = lib include m4 |
| 24 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 25 | distdir = $(PACKAGE)-$(VERSION) |
| 26 | top_distdir = $(distdir) |
| 27 | @@ -312,7 +312,7 @@ |
| 28 | AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz |
| 29 | @THEORA_ENABLE_EXAMPLES_FALSE@EXAMPLES_DIR = |
| 30 | @THEORA_ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples |
| 31 | -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR) |
| 32 | +SUBDIRS = lib include m4 $(EXAMPLES_DIR) |
| 33 | |
| 34 | # we include the whole debian/ dir in EXTRA_DIST because there's a problem |
| 35 | # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am |
| 36 |
