diff options
author | jsorg71 <jsorg71> | 2005-09-25 03:30:09 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-09-25 03:30:09 +0000 |
commit | 19d37b565cfadc7e7e0e643b93b16aeefe237a5c (patch) | |
tree | bf682c3f866975279afc8e2a0de6d82d7ca6f22f /sesman/Makefile | |
parent | 7fecb6ae64551ae96816ccb2e0dc14533b650ff3 (diff) | |
download | xrdp-proprietary-19d37b565cfadc7e7e0e643b93b16aeefe237a5c.tar.gz xrdp-proprietary-19d37b565cfadc7e7e0e643b93b16aeefe237a5c.zip |
added user specific window manager startup script and SIGUP to reload sesman configuration
Diffstat (limited to 'sesman/Makefile')
-rw-r--r-- | sesman/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sesman/Makefile b/sesman/Makefile index e55d6029..773a2a47 100644 --- a/sesman/Makefile +++ b/sesman/Makefile @@ -1,5 +1,9 @@ -SESMANOBJ = sesman.o ../common/os_calls.o ../common/d3des.o +SESMANOBJ = sesman.o config.o \ + ../common/os_calls.o \ + ../common/d3des.o \ + ../common/list.o \ + ../common/file.o CFLAGS = -Wall -O2 -I../common LDFLAGS = -L /usr/gnu/lib |