blob: 66cf8db41433df0739ef8c0096b1575aaa047544 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-at,v 1.1 2002/10/04 08:59:38 jlam Exp $
--- id3lib/include/id3/Makefile.in.orig Fri Oct 4 00:57:56 2002
+++ id3lib/include/id3/Makefile.in
@@ -108,7 +108,7 @@ the_headers = field.h
id3includedir = $(includedir)/id3
id3include_HEADERS = $(the_headers)
-noinst_HEADERS = helpers.h io_decorators.h io_helpers.h io_strings.h strings.h
+noinst_HEADERS = helpers.h io_decorators.h io_helpers.h io_strings.h id3_strings.h
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
|