~ubuntu-branches/ubuntu/wily/dbmix/wily

« back to all changes in this revision

Viewing changes to xmms_plugin/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2015-01-04 04:03:33 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20150104040333-e7tx29afenv76hgn
Tags: 0.9.8-6.3ubuntu1
debian/rules: Add -lm to LIBS to fix FTBFS with ld --as-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
COMMON_CFLAGS = -O2 -I$(top_builddir) -I$(top_srcdir) -D_REENTRANT @GTK_CFLAGS@ -I$(top_srcdir)/include @DBMIX_DEBUG@ 
9
9
COMMON_SRC = dbmix.c dbmixout.h mixer.c about.c configure.c audio.c init.c debug.c
10
10
 
11
 
CFLAGS = $(COMMON_CFLAGS) 
 
11
AM_CFLAGS = $(COMMON_CFLAGS) 
12
12
libdbmix_la_SOURCES =  $(COMMON_SRC)