view Plugins/Input/vorbis/Makefile.in @ 1170:b77f9f1162b3 trunk

[svn] Update AUTHORS a little bit. (testing new auto changelog stuff)
author nenolod
date Sun, 11 Jun 2006 13:44: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../..