~ubuntu-branches/ubuntu/trusty/dbmix/trusty

« back to all changes in this revision

Viewing changes to xmms_plugin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2003-06-09 21:54:06 UTC
  • Revision ID: james.westby@ubuntu.com-20030609215406-8c0wou3z9jdk3gwp
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES = libdbmix.la
 
2
 
 
3
libdir = $(XMMS_OUTPUT_PLUGIN_DIR)
 
4
 
 
5
libdbmix_la_LDFLAGS = -export-dynamic -avoid-version
 
6
LIBS = @GTK_LIBS@ @PTHREAD_LIBS@ -lxmms -ldbaudiolib
 
7
 
 
8
COMMON_CFLAGS = -O2 -I$(top_builddir) -I$(top_srcdir) -D_REENTRANT @GTK_CFLAGS@ -I../include @DBMIX_DEBUG@ 
 
9
COMMON_SRC = dbmix.c dbmixout.h mixer.c about.c configure.c audio.c init.c debug.c
 
10
 
 
11
CFLAGS = $(COMMON_CFLAGS) 
 
12
libdbmix_la_SOURCES =  $(COMMON_SRC)