~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to .pc/01_pkglibdir.patch/libbrasero-utils/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_builddir)                                               \
 
5
        -DBRASERO_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"      \
 
6
        -DBRASERO_PREFIX=\"$(prefix)\"                                  \
 
7
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                          \
 
8
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                        \
 
9
        -DBRASERO_LIBDIR=\"$(libdir)\"                                  \
 
10
        $(WARN_CFLAGS)                                                  \
 
11
        $(DISABLE_DEPRECATED)                                           \
 
12
        $(BRASERO_GLIB_CFLAGS)                                          \
 
13
        $(BRASERO_GIO_CFLAGS)                                           \
 
14
        $(BRASERO_PL_PARSER_CFLAGS)                                     \
 
15
        $(BRASERO_GSTREAMER_CFLAGS)                                     \
 
16
        $(BRASERO_GSTREAMER_BASE_CFLAGS)                                \
 
17
        $(BRASERO_GTK_CFLAGS)                                           \
 
18
        $(BRASERO_DBUS_CFLAGS)
 
19
 
 
20
 
 
21
lib_LTLIBRARIES = \
 
22
        libbrasero-utils.la
 
23
 
 
24
libbrasero_utils_la_LIBADD =                                    \
 
25
        $(BRASERO_GLIB_LIBS)                                    \
 
26
        $(BRASERO_GIO_LIBS)             \
 
27
        $(BRASERO_DBUS_LIBS)            \
 
28
        $(BRASERO_GSTREAMER_LIBS)       \
 
29
        $(BRASERO_GSTREAMER_BASE_LIBS)  \
 
30
        $(BRASERO_PL_PARSER_LIBS)       \
 
31
        $(BRASERO_GTK_LIBS)
 
32
 
 
33
 
 
34
libbrasero_utils_la_LDFLAGS =                                   \
 
35
        -version-info $(LIBBRASERO_LT_VERSION)                  \
 
36
        -no-undefined
 
37
#       -export-symbols ./libbrasero-utils.symbols
 
38
 
 
39
libbrasero_utils_la_SOURCES =           \
 
40
        brasero-disc-message.c        \
 
41
        brasero-disc-message.h        \
 
42
        brasero-misc.c        \
 
43
        brasero-misc.h        \
 
44
        brasero-notify.c        \
 
45
        brasero-notify.h        \
 
46
        brasero-jacket-background.c        \
 
47
        brasero-jacket-background.h        \
 
48
        brasero-jacket-buffer.c        \
 
49
        brasero-jacket-buffer.h        \
 
50
        brasero-jacket-edit.c        \
 
51
        brasero-jacket-edit.h        \
 
52
        brasero-jacket-font.c        \
 
53
        brasero-jacket-font.h        \
 
54
        brasero-jacket-view.c        \
 
55
        brasero-jacket-view.h        \
 
56
        brasero-tool-color-picker.c        \
 
57
        brasero-tool-color-picker.h        \
 
58
        brasero-async-task-manager.c        \
 
59
        brasero-async-task-manager.h        \
 
60
        brasero-io.c        \
 
61
        brasero-io.h        \
 
62
        brasero-metadata.c        \
 
63
        brasero-metadata.h        \
 
64
        brasero-pk.c        \
 
65
        brasero-pk.h
 
66
 
 
67
# EXTRA_DIST =                  \
 
68
#       libbrasero-utils.symbols
 
69
 
 
70
CLEANFILES =                    \
 
71
        $(RECMARSHALFILES)
 
72
        
 
73
 
 
74
-include $(top_srcdir)/git.mk