3 --- ogg123/Makefile.am.orig Sat Sep 14 19:28:28 2002
4 +++ ogg123/Makefile.am Sat Sep 14 19:29:02 2002
7 AUTOMAKE_OPTIONS = foreign
10 -docs = ogg123rc-example
11 -ogg123sources = audio.c buffer.c callbacks.c \
12 +igg123sources = audio.c buffer.c callbacks.c \
13 cfgfile_options.c cmdline_options.c \
14 file_transport.c format.c http_transport.c \
15 ogg123.c oggvorbis_format.c playlist.c \
17 localedir = $(datadir)/locale
18 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
20 -bin_PROGRAMS = ogg123
21 +bin_PROGRAMS = igg123
22 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
25 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ @CURL_CFLAGS@ \
26 @PTHREAD_CFLAGS@ @SHARE_CFLAGS@ @I18N_CFLAGS@
28 -ogg123_LDADD = @SHARE_LIBS@ \
29 - @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @AO_LIBS@ \
30 +igg123_LDADD = @SHARE_LIBS@ \
31 + @IVORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @AO_LIBS@ \
32 @SOCKET_LIBS@ @LIBICONV@ @CURL_LIBS@ @PTHREAD_CFLAGS@ \
33 @PTHREAD_LIBS@ @I18N_LIBS@
34 -ogg123_DEPENDENCIES = @SHARE_LIBS@
35 -ogg123_SOURCES = $(ogg123sources)
39 +igg123_DEPENDENCIES = @SHARE_LIBS@
40 +igg123_SOURCES = $(igg123sources)
44 -EXTRA_DIST = $(ogg123sources) $(mans) $(docs)
45 +EXTRA_DIST = $(igg123sources)