##############################################################
#### 		authenticator of Library Makefile
##############################################################

OBJECTS = \
	RvSipAuthenticator.o \
	_SipAuthenticator.o 

API_FILES = RvSipAuthenticator.h		

API_DIR = sipAPI

PROGFLAGS = -I../common -I../core/unix -I../core/ads -I../core/log -I../core/common \
	 -I../transaction -I../message -I../transport -I../parser -I../authenticator
DISTFILES =
PROGS =
PROGLIBS =
PROGDEFS = 

include ../make/project.mk
include $(PROJECT_BASE)/SipTK/make/common.mk

OUTPUTLIB = $(libsubdir)
LIBTARGET = $(OUTPUTLIB)/libauthenticator.a

all: $(LIBTARGET)
include $(PROJECT_BASE)/SipTK/make/lib.mk

