~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal-proposed

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Rico Tzschichholz
  • Date: 2011-12-05 19:31:23 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20111205193123-89047p8yplb0w1vx
Tags: 2.90.1~20111126.89c872b0-0ubuntu1
* Upload the new version to Ubuntu, should solve those issues:
  - the lack of rhythmbox-client command (lp: #875064)
  - the music sharing preferences dialog (lp: #894153)
  - several segfaults (lp: #859195, #814614)
* debian/control.in:
  - let the rhythmbox gir depends on gir1.2-peas-1.0 (lp: #874973)

[ Rico Tzschichholz ]
* New upstream git snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
CFLAGS = @CFLAGS@
218
218
CHECK_CFLAGS = @CHECK_CFLAGS@
219
219
CHECK_LIBS = @CHECK_LIBS@
 
220
CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
 
221
CLUTTER_LIBS = @CLUTTER_LIBS@
220
222
CPP = @CPP@
221
223
CPPFLAGS = @CPPFLAGS@
222
224
CYGPATH_W = @CYGPATH_W@
223
225
DATADIRNAME = @DATADIRNAME@
224
 
DBUS_CFLAGS = @DBUS_CFLAGS@
225
 
DBUS_GLIB_BIN = @DBUS_GLIB_BIN@
226
 
DBUS_LIBS = @DBUS_LIBS@
227
226
DEFS = @DEFS@
228
227
DEPDIR = @DEPDIR@
229
228
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
251
250
GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
252
251
GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
253
252
GREP = @GREP@
 
253
GRILO_CFLAGS = @GRILO_CFLAGS@
 
254
GRILO_LIBS = @GRILO_LIBS@
254
255
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
255
256
GSTCDDA_CFLAGS = @GSTCDDA_CFLAGS@
256
257
GSTCDDA_LIBS = @GSTCDDA_LIBS@
493
494
        -I$(top_srcdir)/rhythmdb                                \
494
495
        -I$(top_srcdir)/podcast                                 \
495
496
        -I$(top_srcdir)/plugins/audioscrobbler                  \
496
 
        -D_XOPEN_SOURCE -D_BSD_SOURCE
 
497
        -D_BSD_SOURCE
497
498
 
498
499
OLD_TESTS = \
499
500
        test-rhythmdb-query.c                                   \