diff options
author | George Lebl <jirka@5z.com> | 2001-11-16 10:10:47 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-11-16 10:10:47 +0000 |
commit | 7a7b4fb45d128c06dc5c94dd50420ee59115a920 (patch) | |
tree | 4d736389456f86abcc1153028864f745dbe5e832 /Makefile.am | |
parent | 4fa37b58d1911cd23f87b954456197cd3b3f0e87 (diff) | |
download | gdm-7a7b4fb45d128c06dc5c94dd50420ee59115a920.tar.gz |
include unistd.h
Fri Nov 16 02:15:06 2001 George Lebl <jirka@5z.com>
* daemon/xdmcp.c: include unistd.h
* Makefile.am, gui/Makefile.am: update for intltool
* configure.in: vicious-extensions doesn't define the envvar
functions
* daemon/auth.c, daemon/gdm.c, daemon/misc.c, daemon/server.c,
daemon/slave.c, gui/gdmXnestchooser.c, gui/gdmconfig.c,
gui/gdmlogin.c: Use change to use the glib functions where
old ve_* or gnome_* functions were used and also change to
use the gnome_(setenv|unsetenv|clearenv) functions.
* gui/gdmwm.c: port to gnome2
* gui/gdmchooser.[ch]: port to gnome2 a bit, remove imlib dep, sanitize
the interface broadcast stuff
* daemon/gdm.c: clean up the signal stuff source thing
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 3aa381f9..0704e98a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,9 +8,9 @@ EXTRA_DIST = \ gdm.spec.in \ gdmconfig-pam \ gdmconfig-security.in \ - xml-i18n-extract.in \ - xml-i18n-merge.in \ - xml-i18n-update.in \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ gdm-restart.in \ gdm-safe-restart.in @@ -26,9 +26,9 @@ if CONSOLE_HELPER endif DISTCLEANFILES = \ - xml-i18n-extract \ - xml-i18n-extract.in \ - xml-i18n-merge \ - xml-i18n-merge.in \ - xml-i18n-update \ - xml-i18n-update.in + intltool-extract \ + intltool-extract.in \ + intltool-merge \ + intltool-merge.in \ + intltool-update \ + intltool-update.in |