~ubuntu-branches/ubuntu/wily/alsaplayer/wily

« back to all changes in this revision

Viewing changes to scopes2/logbarfft/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2007-10-10 15:33:10 UTC
  • mto: (9.2.5 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071010153310-h3holq75eu2cigb0
Tags: upstream-0.99.80~rc4
ImportĀ upstreamĀ versionĀ 0.99.80~rc4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if HAVE_GTK2
 
2
 
 
3
logbarfftltlibs = liblogbarfft.la
 
4
logbarfftldflags = -export-dynamic -avoid-version @GTK2_LIBS@
 
5
logbarfftsources = logbarfft.c
 
6
 
 
7
lib_LTLIBRARIES = $(logbarfftltlibs)
 
8
 
 
9
else
 
10
 
 
11
logbarfftltlibs =
 
12
logbarfftldflags =
 
13
logbarfftsources =
 
14
 
 
15
endif
 
16
 
 
17
AM_CFLAGS = -D_REENTRANT -I$(top_builddir) -I$(top_srcdir)/alsaplayer \
 
18
                        -I$(top_srcdir)/app/scopes \
 
19
                        @ARCH_CFLAGS@ @GTK2_CFLAGS@ @DFLAGS@
 
20
 
 
21
libdir = $(ADDON_DIR)/scopes2
 
22
 
 
23
liblogbarfft_la_LDFLAGS = $(logbarfftldflags)
 
24
LIBS =
 
25
 
 
26
liblogbarfft_la_SOURCES= $(logbarfftsources)