view Plugins/Input/vorbis/Makefile.in @ 997:e64eb333b63f trunk

[svn] Properly nullify the tag pointer or we could be passing a stale one.
author chainsaw
date Mon, 01 May 2006 08:38:43 -0700
parents 09888c08e5e5
children e402e0217870
line wrap: on
line source

include ../../../mk/rules.mk
include ../../../mk/objective.mk

OBJECTIVE_LIBS = libvorbis.so

LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)

SOURCES = configure.c  fileinfo.c  http.c  vcedit.c  vorbis.c

OBJECTS = ${SOURCES:.c=.o}

LIBADD = $(OGG_VORBIS_LIBS)

CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. -I../..