diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-26 02:25:02 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-26 02:25:02 +0000 |
commit | eb1ed04945a3af8d04f5441966674486be715036 (patch) | |
tree | cdd94fcfb043e9469681343eec9849f2fde8c466 /Makefile.am | |
parent | 1770fc21706c276d051de4dbe8a199f12a06f711 (diff) |
We forgot to build the Xdm greeter library. Add it to build and cleanup
hardcoded values to find it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4c0a1a0..51ec234 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -SUBDIRS = config +SUBDIRS = config greeter bin_PROGRAMS = xdm xdmshell |