By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1199
Collapse All | Expand All

(-)kdebase/kdm/backend/CMakeLists.txt.ORI (-1 / +1 lines)
Lines 37-43 Link Here
37
37
38
tde_add_executable( kdm
38
tde_add_executable( kdm
39
  SOURCES
39
  SOURCES
40
    access.c auth.c bootman.c choose.c client.c consolekit.c
40
    access.c auth.c bootman.c choose.c client.c
41
    ctrl.c daemon.c dm.c dpylist.c error.c genauth.c
41
    ctrl.c daemon.c dm.c dpylist.c error.c genauth.c
42
    inifile.c krb5auth.c mitauth.c netaddr.c policy.c
42
    inifile.c krb5auth.c mitauth.c netaddr.c policy.c
43
    process.c protodpy.c reset.c resource.c rpcauth.c
43
    process.c protodpy.c reset.c resource.c rpcauth.c
(-)kdebase/kdm/backend/dm.h.ORI (-2 lines)
Lines 37-44 Link Here
37
#ifndef _DM_H_
37
#ifndef _DM_H_
38
#define _DM_H_ 1
38
#define _DM_H_ 1
39
39
40
#define WITH_CONSOLE_KIT
41
42
#include "greet.h"
40
#include "greet.h"
43
#include <config.ci>
41
#include <config.ci>
44
42

Return to bug 1199