diff options
author | George Lebl <jirka@5z.com> | 2001-05-24 22:32:02 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-05-24 22:32:02 +0000 |
commit | 381aed51fba1eba7c6c7f8badcc9db1bdd129a52 (patch) | |
tree | b321938c37f930af2c541ac79681b8fd2841058c /configure.in | |
parent | bcdce6315131ca153aff2522c014caab3e1b070a (diff) | |
download | gdm-381aed51fba1eba7c6c7f8badcc9db1bdd129a52.tar.gz |
a script to restart the gdm daemon, in sbin for root pleasure only
Thu May 24 15:32:54 2001 George Lebl <jirka@5z.com>
* configure.in, gdm-restart.in, Makefile.am: a script to restart
the gdm daemon, in sbin for root pleasure only
* gdm.spec.in: redo the file list to be hopefully sane
* daemon/gdm.c: actually read in GdmConfigurator
* gui/gdmconfig.c: show help fromt he help button
* gui/gdmlogin.c, gui/gdmwm.[ch]: add some short-circuit functions
for window moving, bypassing the window management foo. This makes
quiver nice again.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 02505d07..903798dc 100644 --- a/configure.in +++ b/configure.in @@ -328,6 +328,7 @@ intl/Makefile config/gdm.conf config/Gnome config/gnomerc +gdm-restart gdm.spec ],[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) |