~kaozilon/totem/test

« back to all changes in this revision

Viewing changes to src/plugins/screensaver/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons, Josselin Mouette, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2009-04-19 17:28:51 UTC
  • mfrom: (1.2.52 upstream) (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090419172851-epoqimnq62akn294
Tags: 2.26.1-1
[ Josselin Mouette ]
* totem-plugins depends on python-gdbm. Closes: #523582.

[ Sjoerd Simons ]
* New upstream release (2.26.1)
* debian/patches/02_flv.patch: Dropped, fixed upstream
* debian/patches/04_tracker_build.patch: Dropped, fixed upstream
* debian/patches/01_fake_keypresses.patch: Updated and simplified
* debian/patches/70_bbc_plugin.patch: Updated
* debian/patches/90_autotools.patch: Updated

[ Emilio Pozuelo Monfort ]
* Recommend gnome-codec-install rather than gnome-app-install.
  Closes: #523052.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
libscreensaver_la_CPPFLAGS = $(common_defines)
27
27
 
28
28
libscreensaver_la_CFLAGS = \
29
 
        $(EXTRA_GNOME_CFLAGS)   \
 
29
        $(DEPENDENCY_CFLAGS)    \
30
30
        $(WARN_CFLAGS)          \
31
31
        $(DBUS_CFLAGS)          \
32
32
        $(AM_CFLAGS)            \
 
33
        $(SCREENSAVER_CFLAGS)   \
33
34
        -I$(top_srcdir)/        \
34
35
        -I$(top_srcdir)/lib     \
35
36
        -I$(top_srcdir)/src     \