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

« back to all changes in this revision

Viewing changes to common/src/unix/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:
137
137
GCONF_CFLAGS = @GCONF_CFLAGS@
138
138
GCONF_LIBS = @GCONF_LIBS@
139
139
GDOME_CFLAGS = @GDOME_CFLAGS@
140
 
GDOME_CONFIG = @GDOME_CONFIG@
141
 
GDOME_LIB = @GDOME_LIB@
 
140
GDOME_LIBS = @GDOME_LIBS@
142
141
GENCAT = @GENCAT@
143
142
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
143
GIO_CFLAGS = @GIO_CFLAGS@
 
144
GIO_LIBS = @GIO_LIBS@
144
145
GLIBC2 = @GLIBC2@
145
146
GLIBC21 = @GLIBC21@
146
147
GLIB_CFLAGS = @GLIB_CFLAGS@
161
162
HAVE_SNPRINTF = @HAVE_SNPRINTF@
162
163
HAVE_VISIBILITY = @HAVE_VISIBILITY@
163
164
HAVE_WPRINTF = @HAVE_WPRINTF@
164
 
IDL_INCLUDES = @IDL_INCLUDES@
165
165
IGE_CFLAGS = @IGE_CFLAGS@
166
166
IGE_LIBS = @IGE_LIBS@
167
167
INSTALL = @INSTALL@
416
416
INCLUDES = -W -D_XOPEN_SOURCE=600 -I. -I../../include \
417
417
                        -I../../include/unix 
418
418
 
419
 
EXTRA_DIST = $(wildcard *.cc) $(wildcard *.hh) \
420
 
                        $(wildcard *.h) $(wildcard *.icc)
 
419
EXTRA_DIST = $(wildcard $(srcdir)/*.cc) $(wildcard $(srcdir)/*.hh) \
 
420
                        $(wildcard $(srcdir)/*.h) $(wildcard $(srcdir)/*.icc)
421
421
 
422
422
all: all-am
423
423