summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/auth
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-05-30 18:14:15 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 11:30:46 +0200
commit4313f43185e447903b2a61fa14bf38ea99b6ab77 (patch)
treea3b909c5a7207fb92173e6c35ea8815a094d84b5 /offapi/com/sun/star/auth
parent31c65a35bfb6e3dd83742a61b2314f16021a36b1 (diff)
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'offapi/com/sun/star/auth')
-rw-r--r--offapi/com/sun/star/auth/makefile.mk28
1 files changed, 0 insertions, 28 deletions
diff --git a/offapi/com/sun/star/auth/makefile.mk b/offapi/com/sun/star/auth/makefile.mk
deleted file mode 100644
index f6bdb844520c..000000000000
--- a/offapi/com/sun/star/auth/makefile.mk
+++ /dev/null
@@ -1,28 +0,0 @@
-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