~ubuntu-branches/ubuntu/raring/workrave/raring

« back to all changes in this revision

Viewing changes to frontend/common/src/osx/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-03-25 17:17:18 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110325171718-3znn7qnfgmx20iyw
Tags: 1.9.4-1
* New upstream release
  - drop all Debian patches (applied upstream)

* Update location of .xpm menu icon
* Remove empty /usr/include directory after building
* Remove obsolete breaks/replaces from debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
GCONF_CFLAGS = @GCONF_CFLAGS@
150
150
GCONF_LIBS = @GCONF_LIBS@
151
151
GDOME_CFLAGS = @GDOME_CFLAGS@
152
 
GDOME_CONFIG = @GDOME_CONFIG@
153
 
GDOME_LIB = @GDOME_LIB@
 
152
GDOME_LIBS = @GDOME_LIBS@
154
153
GENCAT = @GENCAT@
155
154
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
155
GIO_CFLAGS = @GIO_CFLAGS@
 
156
GIO_LIBS = @GIO_LIBS@
156
157
GLIBC2 = @GLIBC2@
157
158
GLIBC21 = @GLIBC21@
158
159
GLIB_CFLAGS = @GLIB_CFLAGS@
173
174
HAVE_SNPRINTF = @HAVE_SNPRINTF@
174
175
HAVE_VISIBILITY = @HAVE_VISIBILITY@
175
176
HAVE_WPRINTF = @HAVE_WPRINTF@
176
 
IDL_INCLUDES = @IDL_INCLUDES@
177
177
IGE_CFLAGS = @IGE_CFLAGS@
178
178
IGE_LIBS = @IGE_LIBS@
179
179
INSTALL = @INSTALL@
421
421
xdg_directorydir = @xdg_directorydir@
422
422
xdg_menudir = @xdg_menudir@
423
423
MAINTAINERCLEANFILES = Makefile.in
424
 
EXTRA_DIST = $(wildcard *.hh) $(wildcard *.cc) \
425
 
                        $(wildcard *.c) $(wildcard *.h)  $(wildcard *.icc)
 
424
EXTRA_DIST = $(wildcard $(srcdir)/*.hh) $(wildcard $(srcdir)/*.cc) \
 
425
                        $(wildcard $(srcdir)/*.c) $(wildcard $(srcdir)/*.h)  $(wildcard $(srcdir)/*.icc)
426
426
 
427
427
@PLATFORM_OS_OSX_TRUE@noinst_LTLIBRARIES = libworkrave-frontend-common-osx.la
428
428
@PLATFORM_OS_OSX_TRUE@libworkrave_frontend_common_osx_la_SOURCES = \