blob: c4faf2d0e9325bce092c1a596cc1c0183342be96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ap,v 1.1 2007/01/13 15:35:52 wiz Exp $
--- oggenc/Makefile.am.orig 2005-06-13 13:11:44.000000000 +0000
+++ oggenc/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
if HAVE_LIBFLAC
-flac_sources = flac.c flac.h easyflac.c easyflac.h
+flac_sources = flac.c flac.h
else
flac_sources =
endif
|