diff options
author | Brian Cameron <Brian.Cameron@Sun.Com> | 2005-03-11 00:15:06 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2005-03-11 00:15:06 +0000 |
commit | 7be01d72274e1363569fdbfb3c6b33bda6412c21 (patch) | |
tree | 3fcfaeff0ae44bae9b85153f821e7a9e31ffe40d /Makefile.am | |
parent | 5a6d64f455c79660dfdd2265cb8568bcef5e2745 (diff) | |
download | gdm-7be01d72274e1363569fdbfb3c6b33bda6412c21.tar.gz |
Changed default face directory to EXPANDED_DATADIR/pixmaps/faces since
Thu Mar 10 17:50:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
* daemon/gdm.h, config/gdm.conf.in: Changed default face
directory to EXPANDED_DATADIR/pixmaps/faces since putting
the faces subdirectory in pixmaps simply makes more
sense.
* Makefile.am, acconfig.h, configure.in, gdmsetup-security.in,
daemon/Makefile.am, daemon/gdm.h, daemon/gdm.in, daemon/slave.c,
gui/Makefile.am, gui/gdmsetup.c, gui/greeter/Makefile.am,
gui/greeter/greeter.c: Changed the way GDM files are installed.
Now all programs intended to be run by root are in
EXPANDED_SBINDIR (gdm/gdm-binary/gdmsetup), all programs
that are not intended to be run by end-users are in
EXPANDED_LIBEXEC (gdmchooser/gdmgreeter/gdmlogin). Removed
gdmconfig wrapper script and gdm Xnest symlink since they
only serve to clutter the filesystem. I announced this
change in the 2.6.0.8 release notes and will be bumping
the next release to 2.6 because of this change and the
change to the default face directory.
* configure.in, gui/faces/*: Add default faces. Images
provided by Jaap A. Haitsma. Refer to bugzilla bug
#149838.
* gui/gdmphotosetup.c: Now browser will look in the system
face directory first, in EXPANDED_DATADIR/pixmaps if the
default face directory does not exist.
* config/Makefile.am: Changed name of Default to Init since
that follows the naming standard used by the other scripts.
Fixes bug 118278.
* docs/C/gdm.xml: Updated docs with information about
the changes in today's commits.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e5aedc7c..5b54004a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,11 +24,10 @@ EXTRA_DIST = \ gdm-stop.in \ gdm-restart.in \ gdm-safe-restart.in \ - gdmconfig \ xmldocs.make \ omf.make -sbin_SCRIPTS = gdm-stop gdm-restart gdm-safe-restart gdmconfig +sbin_SCRIPTS = gdm-stop gdm-restart gdm-safe-restart install-data-local: gdmsetup-security if CONSOLE_HELPER |