~ubuntu-branches/ubuntu/saucy/totem-pl-parser/saucy-proposed

« back to all changes in this revision

Viewing changes to plparse/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-12-11 14:36:54 UTC
  • mfrom: (1.5.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091211143654-qw2v124b01bo8pid
Tags: 2.28.2-1
* New upstream bugfix release:
  + debian/patches/01_make-reentrant.patch:
    - Dropped, merged upstream.
  + Include gio/gio.h instead of relying on GTK+ to include
    it, which it doesn't in older versions (Closes: #558644).
  + debian/rules:
    - Update shlibs version for new API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
top_srcdir = @top_srcdir@
246
246
GTESTER = gtester               # in $PATH for non-GLIB packages
247
247
GTESTER_REPORT = gtester-report         # in $PATH for non-GLIB packages
 
248
EXTRA_DIST = \
 
249
        541405.xml              \
 
250
        560051.xml              \
 
251
        585407.rss              \
 
252
        602127.qtl              \
 
253
        live-streaming.m3u      \
 
254
        single-line.qtl
248
255
 
249
 
# initialize variables for unconditional += appending
250
 
EXTRA_DIST = 
251
256
TEST_PROGS = parser disc
252
257
pwd = `pwd`
253
258
INCLUDES = \
254
259
        -I$(top_srcdir)/plparse \
255
 
        -DTEST_FILE_DIR=\""$(pwd)/"\"
 
260
        -DTEST_SRCDIR=\""$(srcdir)/"\"
256
261
 
257
262
parser_SOURCES = parser.c
258
263
parser_LDADD = \
266
271
                                -I$(top_builddir)/plparse       \
267
272
                                -DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
268
273
                                $(DISABLE_DEPRECATED)           \
 
274
                                $(INCLUDES)                     \
269
275
                                $(AM_CPPFLAGS)
270
276
 
271
277
parser_CFLAGS = \
283
289
 
284
290
disc_CPPFLAGS = \
285
291
                                $(common_defines)       \
 
292
                                $(INCLUDES)             \
286
293
                                $(AM_CPPFLAGS)
287
294
 
288
295
disc_CFLAGS = \