From e7157301e49a24abac02b883ddaf615e12f97641 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 16 Jan 2008 12:27:29 +0000 Subject: [PATCH] disabled schemas directory from the build, those files are now part of 2008-01-16 Rodrigo Moya * Makefile.am: * configure.in: disabled schemas directory from the build, those files are now part of gnome-settings-daemon. svn path=/trunk/; revision=8397 --- ChangeLog | 6 ++++++ Makefile.am | 2 +- configure.in | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d12f8d21..3ed77bcd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-16 Rodrigo Moya + + * Makefile.am: + * configure.in: disabled schemas directory from the build, those + files are now part of gnome-settings-daemon. + 2008-01-14 Rodrigo Moya * configure.in: diff --git a/Makefile.am b/Makefile.am index 8c9e75434..fbfbab1c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po libsounds libbackground libwindow-settings libslab capplets shell help vfs-methods schemas $(TYPING_BREAK) +SUBDIRS = po libsounds libbackground libwindow-settings libslab capplets shell help vfs-methods $(TYPING_BREAK) ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.in b/configure.in index f9f40201f..4da474394 100644 --- a/configure.in +++ b/configure.in @@ -525,7 +525,6 @@ libsounds/Makefile libwindow-settings/Makefile libwindow-settings/gnome-window-settings-2.0.pc po/Makefile.in -schemas/Makefile shell/Makefile shell/gnomecc.desktop.in typing-break/Makefile