summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/auth/makefile.mk
blob: f6bdb844520ca25bce9af9699f9fb8f2a5a4f7cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PRJ = ..$/..$/..$/..
PRJNAME=offapi

TARGET = cssauth
PACKAGE = com$/sun$/star$/auth

.INCLUDE: $(PRJ)$/util$/makefile.pmk

IDLFILES = \
    AuthenticationFailedException.idl	\
    InvalidArgumentException.idl		\
    InvalidContextException.idl			\
    InvalidCredentialException.idl		\
    InvalidPrincipalException.idl		\
    PersistenceFailureException.idl		\
    UnsupportedException.idl			\
    SSOManagerFactory.idl				\
    SSOPasswordCache.idl				\
    XSSOAcceptorContext.idl				\
    XSSOContext.idl						\
    XSSOInitiatorContext.idl			\
    XSSOManager.idl						\
    XSSOManagerFactory.idl				\
    XSSOPasswordCache.idl


.INCLUDE: target.mk
.INCLUDE: $(PRJ)$/util$/target.pmk