~ubuntu-branches/ubuntu/wily/gmerlin-encoders/wily-proposed

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): IOhannes m zmoelnig (gpg-key at iem)
  • Date: 2011-01-15 20:19:05 UTC
  • Revision ID: james.westby@ubuntu.com-20110115201905-qign5pihv1b977ct
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)/include
 
2
 
 
3
if HAVE_FLAC
 
4
flac_libs = libbgflac.la
 
5
else
 
6
flac_libs =
 
7
endif
 
8
 
 
9
if HAVE_SHOUT
 
10
shout_libs = libbgshout.la
 
11
else
 
12
shout_libs =
 
13
endif
 
14
 
 
15
 
 
16
AM_CFLAGS = -DLOCALE_DIR=\"$(localedir)\" @FLAC_CFLAGS@
 
17
 
 
18
noinst_LTLIBRARIES = libgmerlin_encoders.la $(flac_libs) $(shout_libs)
 
19
 
 
20
libgmerlin_encoders_la_SOURCES = \
 
21
id3v1.c \
 
22
id3v2.c
 
23
 
 
24
libbgflac_la_CFLAGS  = @FLAC_CFLAGS@
 
25
libbgflac_la_SOURCES = bgflac.c
 
26
 
 
27
libbgshout_la_CFLAGS  = @SHOUT_CFLAGS@
 
28
libbgshout_la_SOURCES = bgshout.c