diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-10-25 14:42:27 +0000 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2007-10-25 14:42:27 +0000 |
commit | f7eb5aa0a07bdd0c716a86e311e7215f7c7b2b56 (patch) | |
tree | 4b7da0d4f1db22c6fe3d7d688ed9aabed51a8b5b /gui/Makefile.am | |
parent | 86f415011c7f98b1f19aaa4e695cb7f27edaf39f (diff) | |
download | gdm-f7eb5aa0a07bdd0c716a86e311e7215f7c7b2b56.tar.gz |
Add a stub for settings-daemon.
2007-10-25 William Jon McCann <mccann@jhu.edu>
* configure.ac:
* gui/Makefile.am:
* gui/settings-daemon/Makefile.am:
* gui/settings-daemon/main.c: (main):
* gui/simple-chooser/Makefile.am:
Add a stub for settings-daemon.
svn path=/trunk/; revision=5410
Diffstat (limited to 'gui/Makefile.am')
-rw-r--r-- | gui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/Makefile.am b/gui/Makefile.am index 2f054d98..ff67e7bf 100644 --- a/gui/Makefile.am +++ b/gui/Makefile.am @@ -1,6 +1,7 @@ NULL = SUBDIRS = \ + settings-daemon \ simple-chooser \ simple-greeter \ $(NULL) |