~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-07-04 15:14:24 UTC
  • mfrom: (1.3.7 upstream)
  • mto: (1.4.2 experimental)
  • 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
 
 
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
        $(BRASERO_GTK_CFLAGS)                           \
 
17
        $(BRASERO_GCONF_CFLAGS)
 
18
 
 
19
checksumdir = $(libdir)/brasero/plugins
 
20
checksum_LTLIBRARIES = libbrasero-checksum.la
 
21
libbrasero_checksum_la_SOURCES = burn-checksum-image.c  
 
22
 
 
23
libbrasero_checksum_la_LDFLAGS = -module -avoid-version
 
24
libbrasero_checksum_la_LIBADD = $(BRASERO_GLIB_LIBS) $(BRASERO_GCONF_LIBS) ../../libbrasero-media/libbrasero-media.la ../../libbrasero-burn/libbrasero-burn.la
 
25
 
 
26
checksumfiledir = $(libdir)/brasero/plugins
 
27
checksumfile_LTLIBRARIES = libbrasero-checksum-file.la
 
28
libbrasero_checksum_file_la_SOURCES = burn-checksum-files.c     \
 
29
                                      burn-volume-read.c  \
 
30
                                      burn-volume-read.h
 
31
 
 
32
libbrasero_checksum_file_la_LDFLAGS = -module -avoid-version
 
33
libbrasero_checksum_file_la_LIBADD = $(BRASERO_GLIB_LIBS) $(BRASERO_GCONF_LIBS) $(BRASERO_GTK_LIBS) ../../libbrasero-media/libbrasero-media.la ../../libbrasero-burn/libbrasero-burn.la
 
34
 
 
35
-include $(top_srcdir)/git.mk