~ted/ubuntu/lucid/tomboy/with-patch

« back to all changes in this revision

Viewing changes to libtomboy/Makefile.in

  • Committer: Ted Gould
  • Date: 2010-04-02 13:59:25 UTC
  • mfrom: (45.1.2 lucid)
  • Revision ID: ted@gould.cx-20100402135925-h91gykz92v16y26a
* Updating to trunk.
* New upstream version:
  - Handle new application/x-note mimetype 
  - Add a text/path-list target when drag-and-dropping from Search window,
    allowing basic note transfer via Empathy 
  - Allow icon themes to customize the panel/tray icon separately  
    (lp: #531533)
  - Fix icon embedding in Mac build 
  - Fix errors when using GTK+ >= 2.19.7
* debian/rules:
  - use --disable-update-mimedb there

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
SET_MAKE = @SET_MAKE@
209
209
SHELL = @SHELL@
210
210
STRIP = @STRIP@
 
211
UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
211
212
USE_NLS = @USE_NLS@
212
213
VERSION = @VERSION@
213
214
XGETTEXT = @XGETTEXT@
270
271
top_build_prefix = @top_build_prefix@
271
272
top_builddir = @top_builddir@
272
273
top_srcdir = @top_srcdir@
 
274
@HAS_GTK_2_20_TRUE@EXTRA_FLAGS = -DHAS_GTK_2_20
273
275
INCLUDES = \
274
276
        -I$(top_srcdir)                 \
275
277
        -DG_LOG_DOMAIN=\"libtomboy\"    \
277
279
        -DGTK_DISABLE_DEPRECATED        \
278
280
        -DGDK_DISABLE_DEPRECATED        \
279
281
        -DG_DISABLE_DEPRECATED          \
280
 
        $(LIBTOMBOY_CFLAGS)
 
282
        $(LIBTOMBOY_CFLAGS)             \
 
283
        $(EXTRA_FLAGS)
281
284
 
282
285
tomboylibdir = $(pkglibdir)
283
286
tomboylib_LTLIBRARIES = libtomboy.la