~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-media/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-06-03 10:36:30 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603103630-2r72408gk45sc0ws
Tags: 2.27.2-0ubuntu1
* New upstream release (LP: #380850)
  - Split burning backend into a new library called libbrasero-burn
  - Split some utilities into a new library called libbrasero-utils
  - Use Brasero as a single instance application using libunique
  - Data spanning
  - Memleak fixes
  - Bug Fixes
  - String fixes
  - Use autogenerated Changelog via git
  - Translation Updates
  - Fixes (LP: #360671)
* Bump GTK+ requirement and add libunique requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
INCLUDES = \
3
3
        -I$(top_srcdir)                                                 \
4
 
        -I$(top_srcdir)/src/                                    \
5
4
        -I$(top_builddir)                                               \
6
5
        -DBRASERO_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"      \
7
6
        -DBRASERO_PREFIX=\"$(prefix)\"                                  \
23
22
libbrasero-marshal.c: libbrasero-marshal.h
24
23
        ( $(GLIB_GENMARSHAL) --prefix=brasero_marshal $(srcdir)/libbrasero-marshal.list --body --header > libbrasero-marshal.c )
25
24
 
26
 
lib_LTLIBRARIES = \
 
25
lib_LTLIBRARIES =                               \
27
26
        libbrasero-media.la
28
27
 
29
28
libbraseromediaincludedir = $(pkgincludedir)/
47
46
 
48
47
libbrasero_media_la_LDFLAGS =                                   \
49
48
        -version-info $(LIBBRASERO_LT_VERSION)                  \
50
 
        -no-undefined                                           \
 
49
        -no-undefined
51
50
        $(AM_LDFLAGS)
52
51
#       -export-symbols ./libbrasero-media.symbols
53
52