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

« back to all changes in this revision

Viewing changes to plparse/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-01-07 21:49:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080107214925-r0oz12jw3rk9gvcx
Tags: 2.21.90-0ubuntu1
* New upstream release
  - Depend on Camel and newer glibs to parse dates from Atom and RSS feeds
  - Handle Byte-Order-Marks in Podcasts
  - Fix for redirections on Apple's trailer pages
  - Fix relative links when two paths have the same prefix
  - Don't copy buffers when checking for file types
* debian/control{.in};
  - Build depend on libcamel
  - Bump Standards-Version to 3.7.3
* Updated shlibs
* Added watch file
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
test_parser_SOURCES = test-parser.c
305
305
test_parser_CPPFLAGS = \
306
306
        -I$(top_srcdir)                 \
307
 
        -I$(top_builddir)/src/plparser  \
 
307
        -I$(top_srcdir)/lib             \
 
308
        -I$(top_builddir)/plparse       \
308
309
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
309
310
        $(DISABLE_DEPRECATED)           \
310
311
        $(AM_CPPFLAGS)
382
383
        totem-pl-parser-xspf.c                  \
383
384
        totem-pl-parser-xspf.h                  \
384
385
        xmlparser.h xmlparser.c                 \
385
 
        xmllexer.h xmllexer.c
 
386
        xmllexer.h xmllexer.c                   \
 
387
        bswap.h
386
388
 
387
389
libtotem_plparser_la_CPPFLAGS = \
388
390
        -I$(top_srcdir)                         \
389
391
        -I$(top_srcdir)/lib                     \
390
 
        -I$(top_builddir)/src/plparser          \
 
392
        -I$(top_builddir)/plparse               \
391
393
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
392
394
        $(DISABLE_DEPRECATED)                   \
393
395
        $(AM_CPPFLAGS)
435
437
 
436
438
libtotem_plparser_mini_la_CPPFLAGS = \
437
439
        -I$(top_srcdir)                 \
438
 
        -I$(top_builddir)/src/plparser  \
 
440
        -I$(top_srcdir)/lib             \
 
441
        -I$(top_builddir)/plparse       \
439
442
        -DTOTEM_PL_PARSER_MINI          \
440
443
        $(DISABLE_DEPRECATED)           \
441
444
        $(AM_CPPFLAGS)