~swem/totem/assignment

« back to all changes in this revision

Viewing changes to src/plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-01-27 09:40:18 UTC
  • mfrom: (1.4.2 upstream) (5.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100127094018-q6rzt7va0y8ketwt
Tags: 2.29.4-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
    - Drop tracker plugin, it needs tracker 0.7.
  + debian/totem-mozilla.links:
    - Drop the complex plugin, it doesn't exist anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
403
403
        -DLIBEXECDIR=\""$(libexecdir)"\"                \
404
404
        -DBINDIR=\""$(bindir)"\"                        \
405
405
        -DTOTEM_PLUGIN_DIR=\""$(libdir)/totem/plugins"\"\
 
406
        -DG_LOG_DOMAIN=\""Totem"\"                      \
406
407
        $(DISABLE_DEPRECATED)
407
408
 
408
409
modules_flags = -export_dynamic -avoid-version -module
575
576
#     (which will cause the Makefiles to be regenerated when you run `make');
576
577
# (2) otherwise, pass the desired values on the `make' command line.
577
578
$(RECURSIVE_TARGETS):
578
 
        @failcom='exit 1'; \
 
579
        @fail= failcom='exit 1'; \
579
580
        for f in x $$MAKEFLAGS; do \
580
581
          case $$f in \
581
582
            *=* | --[!k]*);; \
600
601
        fi; test -z "$$fail"
601
602
 
602
603
$(RECURSIVE_CLEAN_TARGETS):
603
 
        @failcom='exit 1'; \
 
604
        @fail= failcom='exit 1'; \
604
605
        for f in x $$MAKEFLAGS; do \
605
606
          case $$f in \
606
607
            *=* | --[!k]*);; \