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

« back to all changes in this revision

Viewing changes to plugins/checksum/Makefile.in

  • 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:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
261
261
PACKAGE_NAME = @PACKAGE_NAME@
262
262
PACKAGE_STRING = @PACKAGE_STRING@
263
263
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
264
PACKAGE_URL = @PACKAGE_URL@
264
265
PACKAGE_VERSION = @PACKAGE_VERSION@
265
266
PATH_SEPARATOR = @PATH_SEPARATOR@
266
267
PKG_CONFIG = @PKG_CONFIG@
 
268
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
269
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
267
270
POFILES = @POFILES@
268
271
POSUB = @POSUB@
269
272
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
340
343
        -DBRASERO_PREFIX=\"$(prefix)\"                          \
341
344
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                  \
342
345
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                \
343
 
        -DBRASERO_LIBDIR=\"$(libdir)\"                          \
 
346
        -DBRASERO_PKGLIBDIR=\"$(pkglibdir)\"                    \
344
347
        $(WARN_CFLAGS)                                                  \
345
348
        $(DISABLE_DEPRECATED)                           \
346
349
        $(BRASERO_GLIB_CFLAGS)                          \
347
350
        $(BRASERO_GTK_CFLAGS)                           \
348
351
        $(BRASERO_GCONF_CFLAGS)
349
352
 
350
 
checksumdir = $(libdir)/brasero/plugins
 
353
checksumdir = $(pkglibdir)/plugins
351
354
checksum_LTLIBRARIES = libbrasero-checksum.la
352
355
libbrasero_checksum_la_SOURCES = burn-checksum-image.c  
353
356
libbrasero_checksum_la_LDFLAGS = -module -avoid-version
354
357
libbrasero_checksum_la_LIBADD = $(BRASERO_GLIB_LIBS) $(BRASERO_GCONF_LIBS) ../../libbrasero-media/libbrasero-media.la ../../libbrasero-burn/libbrasero-burn.la
355
 
checksumfiledir = $(libdir)/brasero/plugins
 
358
checksumfiledir = $(pkglibdir)/plugins
356
359
checksumfile_LTLIBRARIES = libbrasero-checksum-file.la
357
360
libbrasero_checksum_file_la_SOURCES = burn-checksum-files.c     \
358
361
                                      burn-volume-read.c  \