Update of /cvsroot/sblim/sfcb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5655
Modified Files:
Makefile.am
Log Message:
http://sourceforge.net/tracker/index.php?func=detail&aid=1193565&group_id=128809&atid=712784
Index: Makefile.am
===================================================================
RCS file: /cvsroot/sblim/sfcb/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.am 27 Apr 2005 17:48:29 -0000 1.18
+++ Makefile.am 2 May 2005 01:35:06 -0000 1.19
@@ -26,8 +26,7 @@
sfcbdocdir=$(datadir)/doc/sfcb-$(VERSION)
initdir=$(sysconfdir)/init.d
-BUILT_SOURCES=queryParser.c queryLexer.c authorizationParser.c \
- authorizationLexer.c
+BUILT_SOURCES=queryParser.c queryLexer.c
AM_YFLAGS=-d
@@ -41,7 +40,6 @@
libsfcInternalProvider.la \
libsfcInteropProvider.la \
libsfcClassProvider.la \
- libsfcAuthorizationProvider.la \
libsfcCimXmlCodec.la \
libsfcHttpAdapter.la \
libsfcBasicAuthentication.la \
@@ -124,19 +122,6 @@
classProvider.c
libsfcClassProvider_la_LIBADD=-lsfcBrokerCore
-libsfcAuthorizationProvider_la_SOURCES = \
- authorizationProvider.c \
- authorizationUtil.c \
- authorizationParser.y \
- authorizationLexer.l
-libsfcAuthorizationProvider_la_LIBADD=-lsfcBrokerCore
-
-authorizationLexer.c: authorizationLexer.l authorizationParser.y
- lex -t authorizationLexer.l | sed -e "s/yy/sfcAuthyy/g" > authorizationLexer.c
-
-authorizationParser.c: authorizationLexer.l authorizationParser.y
- yacc -p sfcAuthyy -d -o authorizationParser.c authorizationParser.y
-
libsfcCimXmlCodec_la_SOURCES = \
cimXmlOps.y \
cimXmlParser.c \
@@ -153,7 +138,7 @@
cimXmlRequest.h genericlist.h objectImpl.h trace.h \
hashtable.h utilft.h mlog.h \
cmpidt.h cmpift.h cmpiftx.h cmpimacs.h cmpimacsx.h cmpios.h fileRepository.h \
- selectexp.h queryOperation.h authorizationUtil.h authorizationEnum.c \
+ selectexp.h queryOperation.h \
sfcVersion.h mrwlock.h
|