~swem/totem/assignment

« back to all changes in this revision

Viewing changes to src/backend/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-25 19:11:33 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225191133-7bonpywglovrzohq
Tags: 2.29.91-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
* debian/patches/99_gst-bus_flush.patch:
  + Patch from upstream GIT to fix automatic codec installation
    and random errors showing up from previous tracks.
* debian/control.in:
  + Add ATK build dependency to allow buildds to actually install
    the correct version instead of producing an error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
bvw_test_SOURCES = bvw-test.c
6
6
 
7
7
bvw_test_CPPFLAGS = \
8
 
        -I$(top_srcdir)/plparse         \
9
8
        -DDATADIR=\"$(pkgdatadir)\"     \
10
9
        -DLOGO_PATH=DATADIR\"\"G_DIR_SEPARATOR_S\"totem\"G_DIR_SEPARATOR_S\"totem_logo.png\"
11
10
        $(DISABLE_DEPRECATED)           \
60
59
        $(GST_LIBS)             \
61
60
        $(EXTRA_BACKEND_LIBS)   \
62
61
        $(X_LIBS)               \
63
 
        $(MISSING_PLUGINS_LIBS)
 
62
        $(MISSING_PLUGINS_LIBS) \
 
63
        -lm
64
64
 
65
65
libbaconvideowidget_la_LDFLAGS= \
66
66
        -no-undefined