blob: a5ecee7400375b5c3bab50cb62b739daaf216c90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1.1.1 2002/09/24 09:35:17 chris Exp $
--- Makefile.am.orig Thu Jul 11 04:26:50 2002
+++ Makefile.am Sat Sep 14 21:12:15 2002
@@ -2,9 +2,7 @@
AUTOMAKE_OPTIONS = foreign dist-zip
-SUBDIRS = po intl include share oggenc ogg123 vorbiscomment vcut oggdec ogginfo debian win32
-
-EXTRA_DIST = README AUTHORS COPYING vorbis-tools.spec acinclude.m4 config.h
+SUBDIRS = include share ogg123
debug:
$(MAKE) all CFLAGS="@DEBUG@"
|