Mercurial > audlegacy
view Plugins/Visualization/blur_scope/Makefile.am @ 550:adee87ebe853 trunk
[svn] Sanity checking inside vfs_() functions.
author | nenolod |
---|---|
date | Mon, 30 Jan 2006 05:44:27 -0800 |
parents | 0db65eaafe24 |
children |
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 EXTRA_DIST = 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)