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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index da913cb9..ffef8225 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,10 @@ EXTRA_DIST = \ gdmconfig-security \ xml-i18n-extract.in \ xml-i18n-merge.in \ - xml-i18n-update.in + xml-i18n-update.in \ + gdm-restart.in + +sbin_SCRIPTS = gdm-restart install-data-local: if CONSOLE_HELPER |