diff options
author | lawrence.luo <lawrence.luo> | 2013-12-16 09:37:26 +0000 |
---|---|---|
committer | lawrence.luo <lawrence.luo> | 2013-12-16 09:37:26 +0000 |
commit | 8193fdc2657c3d884fa7b7ec6db72b0ab7c1401e (patch) | |
tree | fa19ac999c1cd9cc51439065e93566d2c084787c /Makefile.Release | |
parent | 24742ed073b90cbeaa3cf62ad069779c6525e32e (diff) | |
download | tog-pegasus-8193fdc2657c3d884fa7b7ec6db72b0ab7c1401e.zip tog-pegasus-8193fdc2657c3d884fa7b7ec6db72b0ab7c1401e.tar.gz tog-pegasus-8193fdc2657c3d884fa7b7ec6db72b0ab7c1401e.tar.xz |
BUG#: 9219
TITLE:Infrastructure for a web based administration interface
DESCRIPTION:
Diffstat (limited to 'Makefile.Release')
-rw-r--r-- | Makefile.Release | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.Release b/Makefile.Release index 0f9dce3..61932a9 100644 --- a/Makefile.Release +++ b/Makefile.Release @@ -82,6 +82,7 @@ PEGASUS_PROVIDER_MANAGERS = PEGASUS_LIBRARIES = \ libCIMxmlIndicationHandler \ libFileListenerDestination \ + libcimrsserver \ libConfigSettingProvider \ libNamespaceProvider \ libProviderRegistrationProvider \ @@ -153,6 +154,11 @@ PEGASUS_LIBRARIES += \ libpegwsmserver endif +ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true) +PEGASUS_LIBRARIES += \ + libpegwebserver +endif + ifeq ($(PEGASUS_ENABLE_SLP), true) PEGASUS_LIBRARIES += \ libpegslp \ |