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

« back to all changes in this revision

Viewing changes to plugins/gda/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:
140
140
GNOMEDB_LIBS = @GNOMEDB_LIBS@
141
141
GNOME_CFLAGS = @GNOME_CFLAGS@
142
142
GNOME_LIBS = @GNOME_LIBS@
 
143
GNOME_PRINT_CFLAGS = @GNOME_PRINT_CFLAGS@
 
144
GNOME_PRINT_LIBS = @GNOME_PRINT_LIBS@
143
145
GNUMERIC_CFLAGS = @GNUMERIC_CFLAGS@
144
146
GNUMERIC_LIBS = @GNUMERIC_LIBS@
145
147
GNUMERIC_PLUGIN_LDFLAGS = @GNUMERIC_PLUGIN_LDFLAGS@
256
258
WITH_GNOMEDB_FALSE = @WITH_GNOMEDB_FALSE@
257
259
WITH_GNOMEDB_TRUE = @WITH_GNOMEDB_TRUE@
258
260
WITH_GNOME_FALSE = @WITH_GNOME_FALSE@
 
261
WITH_GNOME_PRINT_FALSE = @WITH_GNOME_PRINT_FALSE@
 
262
WITH_GNOME_PRINT_TRUE = @WITH_GNOME_PRINT_TRUE@
259
263
WITH_GNOME_TRUE = @WITH_GNOME_TRUE@
260
264
WITH_GTK_FALSE = @WITH_GTK_FALSE@
261
265
WITH_GTK_TRUE = @WITH_GTK_TRUE@