view Plugins/Visualization/blur_scope/Makefile.am @ 75:56074bfbb565 trunk

[svn] Use the conitional HAVE_FLAC so we won't try to compile it if we shouldn't.
author msameer
date Sat, 29 Oct 2005 17:41:30 -0700
parents fa848bd484d8
children 0db65eaafe24
line wrap: on
line source

lib_LTLIBRARIES = libbscope.la

libdir = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR)

libbscope_la_LDFLAGS = $(PLUGIN_LDFLAGS)
libbscope_la_LIBADD = $(GTK_LIBS)

COMMON_SRC = blur_scope.c blur_scope.h config.c

if USE_X86ASM

EXTRA_SRC = blur_8.s

endif

EXTRA_DIST = blur_8.s xmms_logo.xpm bscope_logo.xpm

libbscope_la_SOURCES =  $(COMMON_SRC) $(EXTRA_SRC)

INCLUDES = $(GTK_CFLAGS) $(ARCH_DEFINES) -I$(top_builddir)/intl -I$(top_srcdir)