diff options
author | ilsimo <ilsimo> | 2005-12-15 20:41:03 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2005-12-15 20:41:03 +0000 |
commit | 721ca9efaed92596c1c944e445ce43f4d8f2e572 (patch) | |
tree | 6c7b4097eb3eb28f19138092b9b9752b26121d3d /sesman/Makefile | |
parent | e91c34f803c74ee3372ed4ca18e9dea71db73aeb (diff) | |
download | xrdp-proprietary-721ca9efaed92596c1c944e445ce43f4d8f2e572.tar.gz xrdp-proprietary-721ca9efaed92596c1c944e445ce43f4d8f2e572.zip |
adding some access control features
Diffstat (limited to 'sesman/Makefile')
-rw-r--r-- | sesman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/Makefile b/sesman/Makefile index 62b2eb25..b9bb0e06 100644 --- a/sesman/Makefile +++ b/sesman/Makefile @@ -1,6 +1,6 @@ # sesman makefile SESMANOBJ = sesman.o config.o tcp.o sig.o session.o env.o \ - os_calls.o d3des.o list.o file.o log.o + os_calls.o d3des.o list.o file.o log.o access.o SESRUNOBJ = sesrun.o config.o tcp.o \ os_calls.o d3des.o list.o file.o log.o @@ -15,7 +15,7 @@ DEFINES = -DSESMAN_CFG_FILE=\"$(CFGDIR)/sesman.ini\" \ -DSESMAN_PID_FILE=\"$(PIDDIR)/sesman.pid\" CFLAGS = -Wall -O2 -I../common $(DEFINES) -LDFLAGS = -L /usr/gnu/lib +LDFLAGS = -L /usr/gnu/lib $(DEFINES) C_OS_FLAGS = $(CFLAGS) -c CC = gcc |