blob: ebe5b4d7a4b1e3da39e0495da0ace8395b9e3876 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.2 2008/04/11 16:58:47 drochner Exp $
--- examples/Makefile.in.orig 2008-03-14 06:58:19.000000000 +0100
+++ examples/Makefile.in
@@ -126,7 +126,7 @@ RECURSIVE_TARGETS = all-recursive check-
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = jpeg md5 uberopt work huffman taylor videoscale \
- audioresample jit
+ audioresample
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
|