summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-07-22 13:58:17 +0000
committerRichard Hughes <rhughes@src.gnome.org>2007-07-22 13:58:17 +0000
commit6a71e2f569f1bec860d0967d1c91d87eb602c5c8 (patch)
tree9f927b55942678b92818cbab80c825b1ee2397fc /data
parentbfeafc744611700893baa9df957ac1d7728d896b (diff)
downloadgdm-6a71e2f569f1bec860d0967d1c91d87eb602c5c8.tar.gz
Fix make distcheck.
2007-07-22 Richard Hughes <richard@hughsie.com> * common/Makefile.am: * daemon/Makefile.am: * data/Makefile.am: * gui/simple-greeter/Makefile.am: * libgreeter/Makefile.am: * po/POTFILES.in: * po/POTFILES.skip: * utils/Makefile.am: Fix make distcheck. svn path=/branches/mccann-gobject/; revision=5082
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 8f629001..d671021b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -2,6 +2,7 @@ NULL =
SUBDIRS = \
faces \
+ pixmaps \
$(NULL)
dbusconfdir = $(DBUS_SYS_DIR)
@@ -42,13 +43,19 @@ gdm.schemas.in: $(srcdir)/gdm.schemas.in.in
<$(srcdir)/gdm.schemas.in.in >gdm.schemas.in
EXTRA_DIST = \
+ $(schemas_in_files) \
$(schemas_DATA) \
$(dbusconf_DATA) \
+ gdm.schemas.in.in \
$(NULL)
CLEANFILES = \
$(NULL)
+DISTCLEANFILES = \
+ gdm.schemas \
+ $(NULL)
+
MAINTAINERCLEANFILES = \
*~ \
Makefile.in