~ubuntu-branches/ubuntu/maverick/brasero/maverick

« back to all changes in this revision

Viewing changes to plugins/libburnia/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-07-04 15:14:24 UTC
  • mfrom: (1.3.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: james.westby@ubuntu.com-20100704151424-yg69h5sc55xgjp6h
Tags: 2.30.2-1
* New upstream release.
  - Fixes incorrectly reported size by passing correct arguments to
    g_signal_emit(). Closes: #568606
  - Fixes tracker search support. Closes: #465238
* debian/patches/90_relibtoolize.patch
  - Refresh for new upstream release.
* Switch to source formate 3.0 (quilt)
  - Add debian/source/format.
  - Drop Build-Depends on quilt.
  - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
* Bump-Standards-Version to 3.9.0
  - Use architecture wildcard kfreebsd-any for the libcam-dev Build-Depends.
  - Use Breaks instead of Conflicts as recommended by the new policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
10
10
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
11
11
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
12
 
        -DBRASERO_LIBDIR=\"$(libdir)\"                          \
 
12
        -DBRASERO_PKGLIBDIR=\"$(pkglibdir)\"                    \
13
13
        $(WARN_CFLAGS)                                                  \
14
14
        $(DISABLE_DEPRECATED)                           \
15
15
        $(BRASERO_LIBISOFS_CFLAGS)                      \
17
17
        $(BRASERO_GLIB_CFLAGS)
18
18
 
19
19
#libburn
20
 
libburndir = $(libdir)/brasero/plugins
 
20
libburndir = $(pkglibdir)/plugins
21
21
libburn_LTLIBRARIES = libbrasero-libburn.la
22
22
libbrasero_libburn_la_SOURCES = burn-libburn.c          \
23
23
                                burn-libburn-common.c   \
27
27
libbrasero_libburn_la_LDFLAGS = -module -avoid-version
28
28
 
29
29
#libisofs (apparently libisofs needs one libburn function)
30
 
libisofsdir = $(libdir)/brasero/plugins
 
30
libisofsdir = $(pkglibdir)/plugins
31
31
libisofs_LTLIBRARIES = libbrasero-libisofs.la
32
32
libbrasero_libisofs_la_SOURCES = burn-libisofs.c                       \
33
33
        burn-libburn-common.c burn-libburn-common.h                     \