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

File: [Pegasus] / pegasus / src / Providers / Makefile (download)
Revision: 1.11.10.1, Mon Feb 2 23:52:28 2004 UTC (20 years, 5 months ago) by karl
Branch: RELEASE_2_3_2-branch
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze
Changes since 1.11: +6 -0 lines
Add slp provider to standard make

# Recurse the directories defined in DIRS
# This makefile simply recurses all of the toplevel provider directories

ROOT = ../..

include $(ROOT)/mak/config.mak

#Directories to recurse
DIRS = \
    generic \
    ManagedSystem \
    statistic \
    sample \
    TestProviders \
    IndicationConsumer
	
	
ifdef PEGASUS_ENABLE_SLP
DIRS += \
    slp
endif

include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2