blob: d7c56febab18337ba159ee19cf28a381f79c3f5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.3 2002/11/22 17:02:05 jschauma Exp $
--- src/Makefile.in.orig Fri Nov 22 11:24:37 2002
+++ src/Makefile.in Fri Nov 22 11:25:30 2002
@@ -75,8 +75,7 @@
SRCDIRS = @SRCDIRS@
VERSION = @VERSION@
-bin_PROGRAMS = mp3blaster mp3tag splay
-#bin_PROGRAMS = mp3blaster mp3tag
+bin_PROGRAMS = mp3blaster mp3tag
mp3blaster_SOURCES = fileman.cc main.cc scrollwin.cc getopt.c getopt1.c fileman.h genretab.h getopt.h id3parse.cc id3parse.h mp3blaster.h global.cc global.h config.cc scrollwin.h winitem.cc winitem.h mp3win.cc mp3win.h mp3item.cc mp3item.h keybindings.h history.cc history.h getinput.cc getinput.h interface.cc interface.h
splay_SOURCES = splay.cc splay.h splay_common.cc
|