~ubuntu-branches/debian/sid/gxneur/sid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2010-04-01 15:46:18 UTC
  • mfrom: (1.3.4 upstream) (2.1.6 maverick)
  • Revision ID: james.westby@ubuntu.com-20100401154618-3fm50aybzlmm0ltp
Tags: 0.9.8-1
* New upstream version 0.9.8
* debian/control: depends on xneur >= 0.9.8
* debian/control: Vcs-* fields updated.
* debian/watch updated.
* Switch package to dpkg 3.0 (quilt).
* 01_old_gtk_compat.patch: revert to old tray_widget code on old
  libgtk.
* Use upstream gxneur.desktop instead of own.
* debian/rules: keep some crap exists in upstream against make
  distclean.
* 03_fix_ftbfs_with_binutils_gold.patch: fix linking with binutils-
  gold (Closes: #554765).
* debian/control: updated standard's version: no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
VERSION = @VERSION@
162
162
XGETTEXT = @XGETTEXT@
163
163
XGETTEXT_015 = @XGETTEXT_015@
 
164
XNEURLIB_CFLAGS = @XNEURLIB_CFLAGS@
 
165
XNEURLIB_LIBS = @XNEURLIB_LIBS@
164
166
XNEUR_CFLAGS = @XNEUR_CFLAGS@
165
167
XNEUR_LIBS = @XNEUR_LIBS@
166
168
abs_builddir = @abs_builddir@
237
239
        xkb.c                   \
238
240
        xkb.h
239
241
 
240
 
gxneur_CFLAGS = @GTK_CFLAGS@ @XNEUR_CFLAGS@ @GLADE_CFLAGS@ @DEFAULT_CFLAGS@
241
 
gxneur_LDFLAGS = @GTK_LIBS@ @XNEUR_LIBS@ @GLADE_LIBS@
 
242
gxneur_CFLAGS = @GTK_CFLAGS@ @XNEUR_CFLAGS@ @GLADE_CFLAGS@ @DEFAULT_CFLAGS@ @XNEURLIB_CFLAGS@ @XLIB_CFLAGS@
 
243
gxneur_LDFLAGS = @GTK_LIBS@ @XNEUR_LIBS@ @GLADE_LIBS@ @XNEURLIB_LIBS@ @XLIB_LIBS@ -ldl
242
244
all: all-am
243
245
 
244
246
.SUFFIXES: