~ubuntu-branches/ubuntu/feisty/gnumeric/feisty

« back to all changes in this revision

Viewing changes to plugins/perl-func/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-12-06 13:55:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061206135523-6bh02cebuk0hduva
Tags: 1.7.5-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
GNOMEDB_LIBS = @GNOMEDB_LIBS@
124
124
GNOME_CFLAGS = @GNOME_CFLAGS@
125
125
GNOME_LIBS = @GNOME_LIBS@
 
126
GNOME_PRINT_CFLAGS = @GNOME_PRINT_CFLAGS@
 
127
GNOME_PRINT_LIBS = @GNOME_PRINT_LIBS@
126
128
GNUMERIC_CFLAGS = @GNUMERIC_CFLAGS@
127
129
GNUMERIC_LIBS = @GNUMERIC_LIBS@
128
130
GNUMERIC_PLUGIN_LDFLAGS = @GNUMERIC_PLUGIN_LDFLAGS@
239
241
WITH_GNOMEDB_FALSE = @WITH_GNOMEDB_FALSE@
240
242
WITH_GNOMEDB_TRUE = @WITH_GNOMEDB_TRUE@
241
243
WITH_GNOME_FALSE = @WITH_GNOME_FALSE@
 
244
WITH_GNOME_PRINT_FALSE = @WITH_GNOME_PRINT_FALSE@
 
245
WITH_GNOME_PRINT_TRUE = @WITH_GNOME_PRINT_TRUE@
242
246
WITH_GNOME_TRUE = @WITH_GNOME_TRUE@
243
247
WITH_GTK_FALSE = @WITH_GTK_FALSE@
244
248
WITH_GTK_TRUE = @WITH_GTK_TRUE@