~ubuntu-branches/ubuntu/karmic/sugar-toolkit/karmic

« back to all changes in this revision

Viewing changes to src/sugar/presence/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-12-03 23:48:42 UTC
  • mfrom: (1.1.2 upstream) (0.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081203234842-guzkdy09koa7dc6p
Tags: 0.82.11-6
Add patch 0001 to fix locale path for system activities. Closes:
bug#507719.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
36
36
        $(sugar_PYTHON)
37
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
39
 
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
 
38
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \
 
39
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/python.m4 \
 
40
        $(top_srcdir)/configure.ac
40
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
42
        $(ACLOCAL_M4)
42
43
mkinstalldirs = $(install_sh) -d
161
162
STRIP = @STRIP@
162
163
USE_NLS = @USE_NLS@
163
164
VERSION = @VERSION@
 
165
WARN_CFLAGS = @WARN_CFLAGS@
164
166
XGETTEXT = @XGETTEXT@
165
167
abs_builddir = @abs_builddir@
166
168
abs_srcdir = @abs_srcdir@