(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus

Diff for /pegasus/src/Pegasus/Makefile between version 1.136.2.3 and 1.138

version 1.136.2.3, 2013/11/21 17:59:41 version 1.138, 2012/07/30 09:44:25
Line 38 
Line 38 
     Config \     Config \
     Repository \     Repository \
     getoopt \     getoopt \
     WQL \      WQL
         Handler  
  
 ifeq ($(PEGASUS_ENABLE_CQL),true) ifeq ($(PEGASUS_ENABLE_CQL),true)
     DIRS += CQL     DIRS += CQL
Line 83 
Line 82 
         Compiler/cmdline/tests         Compiler/cmdline/tests
 endif endif
  
 ifndef PEGASUS_PAM_AUTHENTICATION  
     DIRS += Security/UserManager \  
             ControlProviders/UserAuthProvider  
     TEST_DIRS += Security/UserManager/tests  
 endif  
   
   
 DIRS += \ DIRS += \
     ExportClient \     ExportClient \
     Server/ProviderRegistrationManager \     Server/ProviderRegistrationManager \
     ExportServer \     ExportServer \
     Listener \     Listener \
       Security/UserManager \
     Security/Authentication \     Security/Authentication \
     ControlProviders/ConfigSettingProvider \     ControlProviders/ConfigSettingProvider \
       ControlProviders/UserAuthProvider \
     ControlProviders/ProviderRegistrationProvider \     ControlProviders/ProviderRegistrationProvider \
     ControlProviders/NamespaceProvider \     ControlProviders/NamespaceProvider \
     HandlerService \     HandlerService \
     IndicationService \     IndicationService \
     ManagedClient \     ManagedClient \
     DynListener      DynListener \
  
 TEST_DIRS += \ TEST_DIRS += \
     ExportClient/tests \     ExportClient/tests \
     Server/ProviderRegistrationManager/tests \     Server/ProviderRegistrationManager/tests \
     ExportServer/tests \     ExportServer/tests \
     Listener/tests \     Listener/tests \
       Security/UserManager/tests \
     Security/Authentication/tests \     Security/Authentication/tests \
     ControlProviders/ProviderRegistrationProvider/tests \     ControlProviders/ProviderRegistrationProvider/tests \
     HandlerService/tests \     HandlerService/tests \
     IndicationService/tests \     IndicationService/tests \
     DynListener/tests     DynListener/tests
  
   
 ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER
     DIRS += \     DIRS += \
         Handler/SystemLogListenerDestination         Handler/SystemLogListenerDestination
     TEST_DIRS += \  
         Handler/SystemLogListenerDestination/tests  
 endif endif
  
 ifdef PEGASUS_ENABLE_EMAIL_HANDLER ifdef PEGASUS_ENABLE_EMAIL_HANDLER
     DIRS += \     DIRS += \
         Handler/EmailListenerDestination         Handler/EmailListenerDestination
     TEST_DIRS += \  
         Handler/EmailListenerDestination/tests  
 endif endif
  
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true) ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
Line 206 
Line 198 
 DIRS += \ DIRS += \
     Server \     Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
     Handler/FileURIHandler  \      Handler/snmpIndicationHandler \
     msg/Server \     msg/Server \
     msg/CLI \     msg/CLI \
     msg/Listener     msg/Listener
  
 ifeq ($(PEGASUS_USE_EMANATE), true)  
     DIRS += \  
         Handler/snmpIndicationHandler  
 endif  
   
 ifeq ($(PEGASUS_USE_NET_SNMP), true)  
     DIRS += \  
         Handler/snmpIndicationHandler  
 endif  
   
 TEST_DIRS += \ TEST_DIRS += \
     Server/tests \     Server/tests \
     Server/tests/InterfaceRestriction \     Server/tests/InterfaceRestriction \
     Handler/CIMxmlIndicationHandler/tests/Destination \     Handler/CIMxmlIndicationHandler/tests/Destination \
     Handler/FileURIHandler/tests  
   
 ifeq ($(PEGASUS_USE_EMANATE), true)  
     TEST_DIRS += \  
         Handler/snmpIndicationHandler/tests/testclient \         Handler/snmpIndicationHandler/tests/testclient \
         Handler/snmpIndicationHandler/tests/SnmpHandlerException         Handler/snmpIndicationHandler/tests/SnmpHandlerException
 endif  
   
   
 ifeq ($(PEGASUS_USE_NET_SNMP), true)  
     TEST_DIRS += \  
         Handler/snmpIndicationHandler/tests/testclient \  
         Handler/snmpIndicationHandler/tests/SnmpHandlerException  
 endif  
   
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak


Legend:
Removed from v.1.136.2.3  
changed lines
  Added in v.1.138

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2