Mercurial > audlegacy
annotate Plugins/Visualization/blur_scope/Makefile.am @ 482:0db65eaafe24 trunk
[svn] Remove X86 assembler code; use of executable stacks is a problem on hardened systems.
author | chainsaw |
---|---|
date | Sat, 21 Jan 2006 14:06:07 -0800 |
parents | fa848bd484d8 |
children |
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 | |
482
0db65eaafe24
[svn] Remove X86 assembler code; use of executable stacks is a problem on hardened systems.
chainsaw
parents:
61
diff
changeset
|
10 EXTRA_DIST = xmms_logo.xpm bscope_logo.xpm |
61 | 11 |
12 libbscope_la_SOURCES = $(COMMON_SRC) $(EXTRA_SRC) | |
13 | |
14 INCLUDES = $(GTK_CFLAGS) $(ARCH_DEFINES) -I$(top_builddir)/intl -I$(top_srcdir) |