From 721ca9efaed92596c1c944e445ce43f4d8f2e572 Mon Sep 17 00:00:00 2001 From: ilsimo Date: Thu, 15 Dec 2005 20:41:03 +0000 Subject: adding some access control features --- sesman/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sesman/Makefile') 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 -- cgit v1.2.1