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

« back to all changes in this revision

Viewing changes to plugins/flac/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
gmerlin_plugindir = @gmerlin_plugindir@
 
2
 
 
3
INCLUDES = -I$(top_srcdir)/include
 
4
 
 
5
AM_LDFLAGS = @GMERLIN_PLUGIN_LDFLAGS@ -avoid-version -module
 
6
AM_CFLAGS = @FLAC_CFLAGS@ -DLOCALE_DIR=\"$(localedir)\"
 
7
 
 
8
gmerlin_plugin_LTLIBRARIES = \
 
9
e_flac.la
 
10
 
 
11
e_flac_la_SOURCES = e_flac.c
 
12
e_flac_la_LIBADD = @GMERLIN_DEP_LIBS@ $(top_builddir)/lib/libgmerlin_encoders.la $(top_builddir)/lib/libbgflac.la @FLAC_LIBS@