Mercurial > audlegacy-plugins
view src/Input/wma/Makefile.in @ 3:088092a52fea trunk
[svn] - move from (internal) libaudacious/ include path to audacious/ include path
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 01:35:25 -0700 |
parents | 13389e613d67 |
children |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS = libwma$(SHARED_SUFFIX) SUBDIRS = libffwma LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) LIBADD = ./libffwma/libffwma.a SOURCES = wma.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../intl -I../../.. -I./libffwma -std=c99 include ../../../mk/objective.mk