Mercurial > audlegacy
annotate Plugins/Visualization/blur_scope/Makefile.am @ 61:fa848bd484d8 trunk
[svn] Move plugins to Plugins/
author | nenolod |
---|---|
date | Fri, 28 Oct 2005 22:58:11 -0700 |
parents | |
children | 0db65eaafe24 |
rev | line source |
---|---|
61 | 1 lib_LTLIBRARIES = libbscope.la |
2 | |
3 libdir = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) | |
4 | |
5 libbscope_la_LDFLAGS = $(PLUGIN_LDFLAGS) | |
6 libbscope_la_LIBADD = $(GTK_LIBS) | |
7 | |
8 COMMON_SRC = blur_scope.c blur_scope.h config.c | |
9 | |
10 if USE_X86ASM | |
11 | |
12 EXTRA_SRC = blur_8.s | |
13 | |
14 endif | |
15 | |
16 EXTRA_DIST = blur_8.s xmms_logo.xpm bscope_logo.xpm | |
17 | |
18 libbscope_la_SOURCES = $(COMMON_SRC) $(EXTRA_SRC) | |
19 | |
20 INCLUDES = $(GTK_CFLAGS) $(ARCH_DEFINES) -I$(top_builddir)/intl -I$(top_srcdir) |