~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to .pc/01_pkglibdir.patch/plugins/audio2cue/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-07-09 17:19:09 UTC
  • mfrom: (1.2.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100709171909-3s0wu8h2cdvjrya7
Tags: 2.30.2-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes:
* debian/control.in:
  - Use dh-autoreconf to launch autoreconf on build
  - Set build-depend version on libgconf2-dev
  - Build-depend on libappindicator-dev
  - Build-depend on liblaunchpad-integration-dev
  - Add Vcs-Bzr info
  - libbrasero-media0 suggests instead of recommends gstreamer0.10-plugins-ugly
    and cdrdao
  - libbrasero-media0 suggests gstreamer0.10-fluendo-mp3
  - Bump libbrasero-media-dev depends for libglib2.0-dev and libgtk2.0-dev
  - libbrasero-media0 replaces brasero (plugins moved from this package)
* debian/rules:
  - Run autoconf on build
* debian/patches/010_lpi.patch:
  - Add launchpad-integration
* debian/patches/012_appindicator.patch:
  - Support application indicator
* debian/patches/90_relibtoolize.patch:
  - Not required, running autotools on build
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
INCLUDES = \
 
3
        -I$(top_srcdir)                                 \
 
4
        -I$(top_srcdir)/libbrasero-media/                                       \
 
5
        -I$(top_builddir)/libbrasero-media/             \
 
6
        -I$(top_srcdir)/libbrasero-burn                         \
 
7
        -I$(top_builddir)/libbrasero-burn/                              \
 
8
        -DBRASERO_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"      \
 
9
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
 
10
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
 
11
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
 
12
        -DBRASERO_LIBDIR=\"$(libdir)\"                          \
 
13
        $(WARN_CFLAGS)                                                  \
 
14
        $(DISABLE_DEPRECATED)                           \
 
15
        $(BRASERO_GLIB_CFLAGS)
 
16
 
 
17
#audio2cue
 
18
audio2cuedir = $(libdir)/brasero/plugins
 
19
audio2cue_LTLIBRARIES = libbrasero-audio2cue.la
 
20
libbrasero_audio2cue_la_SOURCES = burn-audio2cue.c
 
21
libbrasero_audio2cue_la_LIBADD = $(BRASERO_GLIB_LIBS) ../../libbrasero-burn/libbrasero-burn.la
 
22
libbrasero_audio2cue_la_LDFLAGS = -module -avoid-version
 
23
 
 
24
-include $(top_srcdir)/git.mk