~ubuntu-branches/ubuntu/feisty/libgnome/feisty

« back to all changes in this revision

Viewing changes to schemas/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-11-15 15:52:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20061115155231-gbp2xt8ns20vf1vh
Tags: 2.17.0-0ubuntu1
* New upstream version:
  - Enable a11y by default in devel releases 
  - Don't check for null before calling g_free/g_strdup
  - Improve strings in error messages and other places
  - GThread initialization fix 
* debian/patches/08_dont_force_a11y_activation.patch:
  - don't force a11y activation
* debian/patches/09_run_app_message_fix.patch:
  - fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
PRE_UNINSTALL = :
37
37
POST_UNINSTALL = :
38
38
host_triplet = @host@
 
39
A11Y_ENABLED = @A11Y_ENABLED@
39
40
ACLOCAL = @ACLOCAL@
40
41
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
41
42
ALL_LINGUAS = @ALL_LINGUAS@
231
232
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
232
233
 
233
234
# get rid of schemas during clean
234
 
CLEANFILES = $(schema_DATA)
 
235
CLEANFILES = $(schema_DATA) desktop_gnome_interface.schemas.in
235
236
 
236
 
EXTRA_DIST = $(schema_in_files) $(schema_DATA)
 
237
EXTRA_DIST = $(schema_in_files) $(schema_DATA) desktop_gnome_interface.schemas.in
237
238
subdir = schemas
238
239
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
239
240
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
240
241
CONFIG_HEADER = $(top_builddir)/config.h
241
 
CONFIG_CLEAN_FILES =
 
242
CONFIG_CLEAN_FILES = desktop_gnome_interface.schemas.in
242
243
DIST_SOURCES =
243
244
DATA = $(schema_DATA)
244
245
 
245
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
246
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am \
 
247
        desktop_gnome_interface.schemas.in.in
246
248
all: all-am
247
249
 
248
250
.SUFFIXES:
251
253
          $(AUTOMAKE) --gnu  schemas/Makefile
252
254
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
253
255
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
256
desktop_gnome_interface.schemas.in: $(top_builddir)/config.status desktop_gnome_interface.schemas.in.in
 
257
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
254
258
 
255
259
mostlyclean-libtool:
256
260
        -rm -f *.lo