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

File: [Pegasus] / pegasus / src / Pegasus / ControlProviders / Statistic / Makefile (download)
Revision: 1.3, Wed Jul 28 14:16:05 2004 UTC (19 years, 11 months ago) by w.white
Branch: MAIN
Changes since 1.2: +7 -2 lines
BUG#: 1596

TITLE: CIM_CIMOMStatDataProvider load error

DESCRIPTION: this problem is still in the process of being fixed

ROOT = ../../../..

DIR = Pegasus/ControlProviders/statistic

include $(ROOT)/mak/config.mak

LIBRARY = CIM_CIMOMStatDataProvider

ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
SYS_LIBS += ws2_32.lib
endif


LIBRARIES = \
	pegcommon \
	pegprovider \
	pegclient

SOURCES = \
	CIMOMStatDataProvider.cpp 

ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
 NEEDS_LIBRARIES = -L$(LIB_DIR) -lpegcommon -lpeguser -lpegprovider
endif



include $(ROOT)/mak/library.mak
include $(ROOT)/mak/install.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2