comparison src/vorbis/Makefile @ 476:845c802dbe96 trunk

[svn] - remove integrated http in lieu of builtin vorbis http
author nenolod
date Sun, 21 Jan 2007 02:38:15 -0800
parents ad8e44bcdf8a
children 550c9e382cf8
comparison
equal deleted inserted replaced
475:90e4ac2189fe 476:845c802dbe96
3 3
4 OBJECTIVE_LIBS = libvorbis$(SHARED_SUFFIX) 4 OBJECTIVE_LIBS = libvorbis$(SHARED_SUFFIX)
5 5
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) 6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
7 7
8 SOURCES = configure.c fileinfo.c http.c vcedit.c vorbis.c 8 SOURCES = configure.c fileinfo.c vcedit.c vorbis.c
9 9
10 OBJECTS = ${SOURCES:.c=.o} 10 OBJECTS = ${SOURCES:.c=.o}
11 11
12 LIBADD = $(OGG_VORBIS_LIBS) 12 LIBADD = $(OGG_VORBIS_LIBS)
13 13