summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/auth/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/auth/makefile.mk')
-rw-r--r--offapi/com/sun/star/auth/makefile.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/offapi/com/sun/star/auth/makefile.mk b/offapi/com/sun/star/auth/makefile.mk
new file mode 100644
index 000000000000..f6bdb844520c
--- /dev/null
+++ b/offapi/com/sun/star/auth/makefile.mk
@@ -0,0 +1,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