[gsettings-desktop-schemas] build: Fix distcheck target
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] build: Fix distcheck target
- Date: Mon, 21 Feb 2011 14:35:52 +0000 (UTC)
commit c1e6ab1b63562bec7265c470a53e3d8f6f6532c1
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 21 14:35:04 2011 +0000
build: Fix distcheck target
schemas/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index 4eff1e4..e2b5754 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -31,14 +31,14 @@ gsettings_SCHEMAS = $(desktop_gschemas_in:.xml.in=.xml)
convertdir=$(datadir)/GConf/gsettings
convert_DATA=gsettings-desktop-schemas.convert
-EXTRA_DIST = \
- $(desktop_gschemas) \
- $(desktop_gschemas_in) \
+EXTRA_DIST = \
+ $(desktop_gschemas_in_in) \
$(convert_DATA)
CLEANFILES = \
$(gsettings__enum_file) \
- $(desktop_gschemas_in_processed) \
+ $(gsettings_SCHEMAS) \
+ $(desktop_gschemas_in) \
*.gschema.valid
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]