~ubuntu-branches/ubuntu/karmic/libgsf/karmic

« back to all changes in this revision

Viewing changes to thumbnailer/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-06-30 15:46:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630154651-3wyy7y8c2zj7l5e0
Tags: 1.14.1-2ubuntu1
* Sync with Debian:
  Remaining Ubuntu Changes
  + Call intltool-update -p at build time to get a .pot file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
install-data-local:
19
19
if GCONF_SCHEMAS_INSTALL
20
20
if WITH_WIN32
 
21
if !CROSS_COMPILING
21
22
        if test -z "$(DESTDIR)"; then \
22
23
          for p in $(schema_DATA); do \
23
24
            (echo set GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE); \
25
26
            cmd /c _temp.bat; \
26
27
          done \
27
28
        fi
 
29
endif
28
30
else
29
31
        if test -z "$(DESTDIR)"; then \
30
32
          for p in $(schema_DATA); do \