~ubuntu-branches/ubuntu/precise/notify-osd/precise

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-02-25 10:04:57 UTC
  • mfrom: (3.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110225100457-09iyilml04zzpy2a
Tags: 0.9.30-0ubuntu1
* New upstream release
  - multi-monitor related fixes for correctly positioning the 
    notification-bubbles 
  - Notification borders are cut off on the right bottom side (LP: #724842)
  - Two notification bubbles at the same time (LP: #559109)
  - Fallback alert has leftmost button as default (LP: #353843)
  - should build without GTK deprecation (LP: #655232)
  - Black border in the notifications when effects are turned 
    off (LP: #654921)
  - Notify-osd needs to pause the timer during mouse-over (LP: #500663)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
notify_osd_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
79
79
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
80
80
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
81
 
        $(am__DEPENDENCIES_1)
 
81
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
82
82
AM_V_lt = $(am__v_lt_$(V))
83
83
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
84
84
am__v_lt_0 = --silent
188
188
PACKAGE_VERSION = @PACKAGE_VERSION@
189
189
PATH_SEPARATOR = @PATH_SEPARATOR@
190
190
PKG_CONFIG = @PKG_CONFIG@
 
191
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
192
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
191
193
RANLIB = @RANLIB@
192
194
SED = @SED@
193
195
SET_MAKE = @SET_MAKE@
197
199
WARN_CFLAGS = @WARN_CFLAGS@
198
200
WNCK_CFLAGS = @WNCK_CFLAGS@
199
201
WNCK_LIBS = @WNCK_LIBS@
 
202
X_CFLAGS = @X_CFLAGS@
 
203
X_LIBS = @X_LIBS@
200
204
abs_builddir = @abs_builddir@
201
205
abs_srcdir = @abs_srcdir@
202
206
abs_top_builddir = @abs_top_builddir@
236
240
lt_ECHO = @lt_ECHO@
237
241
mandir = @mandir@
238
242
mkdir_p = @mkdir_p@
239
 
notify_osd_CFLAGS = \
240
 
        -DDATADIR=\""$(datadir)"\" \
241
 
        $(GTK_CFLAGS)           \
242
 
        $(NOTIFY_OSD_CFLAGS)    \
243
 
        $(GLIB_CFLAGS)          \
244
 
        $(GCONF_CFLAGS)         \
245
 
        $(DBUS_CFLAGS)          \
246
 
        -DWNCK_I_KNOW_THIS_IS_UNSTABLE \
247
 
        $(WNCK_CFLAGS)          \
248
 
        $(INCLUDES)             \
249
 
        $(NULL)
250
 
 
251
 
notify_osd_LIBS = @notify_osd_LIBS@
252
243
oldincludedir = @oldincludedir@
253
244
pdfdir = @pdfdir@
254
245
prefix = @prefix@
346
337
        $(WNCK_LIBS)            \
347
338
        $(NULL)
348
339
 
 
340
notify_osd_CFLAGS = \
 
341
        -DDATADIR=\""$(datadir)"\" \
 
342
        $(GTK_CFLAGS)           \
 
343
        $(NOTIFY_OSD_CFLAGS)    \
 
344
        $(GLIB_CFLAGS)          \
 
345
        $(GCONF_CFLAGS)         \
 
346
        $(DBUS_CFLAGS)          \
 
347
        -DWNCK_I_KNOW_THIS_IS_UNSTABLE \
 
348
        $(WNCK_CFLAGS)          \
 
349
        $(INCLUDES)             \
 
350
        $(NULL)
 
351
 
349
352
notify_osd_LDFLAGS = \
350
353
        -Xlinker -lm -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions \
351
354
        $(NULL)