Update Makefile to specify correct DIR value.
authorkumpf <kumpf>
Mon, 14 Jan 2002 00:58:32 +0000 (00:58 +0000)
committerkumpf <kumpf>
Mon, 14 Jan 2002 00:58:32 +0000 (00:58 +0000)
12 files changed:
src/Clients/CGIClient/Makefile
src/Clients/TestClient/Makefile
src/Clients/cimauth/Makefile
src/Clients/cimconfig/Makefile
src/Clients/cimuser/Makefile
src/Clients/wbemexec/Makefile
src/Pegasus/Client/tests/EnumInstNames/Makefile
src/Pegasus/Client/tests/GetInstance/Makefile
src/Pegasus/Client/tests/InvokeMethod/Makefile
src/Pegasus/ExportServer/tests/ExportServer/Makefile
src/Pegasus/ExportServer/tests/HandlerTable/Makefile
src/Pegasus/Server/tests/DisplayConsumer/Makefile

index 5f2eeb014bdb94213e598ed0a01066812f31ec05..9326e2985054b0a0b75694e033742717490bb6c6 100644 (file)
@@ -1,6 +1,6 @@
 ROOT = ../../..
 
-DIR = Pegasus/Clients/CGIClient
+DIR = Clients/CGIClient
 include $(ROOT)/mak/config.mak
 include ../libraries.mak
 
index f4f60909dfcdf2ee3768078269b7c80628654874..bc9d93cdd95e82d7ff3fedb524014d64ca0650e6 100644 (file)
@@ -1,6 +1,6 @@
 ROOT = ../../..
 
-DIR = Pegasus/Clients/TestClient
+DIR = Clients/TestClient
 include $(ROOT)/mak/config.mak
 include ../libraries.mak
 
index a211f1965c2b7494d27b38a64ab61fe115c4adf1..66765533adb7813b9f13acd590b1a44af327183a 100644 (file)
@@ -1,6 +1,6 @@
 ROOT = ../../..
 
-DIR = Pegasus/Clients/cimauth
+DIR = Clients/cimauth
 
 include $(ROOT)/mak/config.mak
 
index 2105655c149200ab1095bb50221c0a3abfd777cc..494867d2b4cbd71899f4372eef25036bf8ed5853 100644 (file)
@@ -1,6 +1,6 @@
 ROOT = ../../..
 
-DIR = Pegasus/Clients/cimconfig
+DIR = Clients/cimconfig
 
 include $(ROOT)/mak/config.mak
 
index d75da91d874458284b69031a6e620aa9938f4bb0..3e866187e885b8e372a7854858fa02a26a2fec4e 100644 (file)
@@ -1,6 +1,6 @@
 ROOT = ../../..
 
-DIR = Pegasus/Clients/cimconfig
+DIR = Clients/cimuser
 
 include $(ROOT)/mak/config.mak
 
index ae79ad5f70b0626e7499f78b1720a0b263de5d4c..6305330ef26f6913215188a53ad8bc917e2ce740 100644 (file)
@@ -1,6 +1,6 @@
 ROOT = ../../..
 
-DIR = Pegasus/Clients/wbemexec
+DIR = Clients/wbemexec
 
 include $(ROOT)/mak/config.mak
 
index adc2db60463868fd0345e4ed7044b5a622565b8e..aba58e40c1a4a4ea4c958021ad2f131cbb0a4624 100644 (file)
@@ -1,5 +1,5 @@
 ROOT = ../../../../..
-DIR = Pegasus/EnumInstNames/tests/EnumInstNames
+DIR = Pegasus/Client/tests/EnumInstNames
 include $(ROOT)/mak/config.mak
 include ../libraries.mak
 
index cc7811380ed0bbc11c20bb6bdb7c96ccb3e18a99..8f9c139054b4631f66465ee1f7e04401e2bda1ee 100644 (file)
@@ -1,5 +1,5 @@
 ROOT = ../../../../..
-DIR = Pegasus/GetInstance/tests/GetInstance
+DIR = Pegasus/Client/tests/GetInstance
 include $(ROOT)/mak/config.mak
 include ../libraries.mak
 
index 657231984167dc2e0d4b9cabe51461660f2e33af..d5a4331d12f5f4684ac069729d581b4874f3a59b 100644 (file)
@@ -1,5 +1,5 @@
 ROOT = ../../../../..
-DIR = Pegasus/InvokeMethod/tests/InvokeMethod
+DIR = Pegasus/Client/tests/InvokeMethod
 include $(ROOT)/mak/config.mak
 include ../libraries.mak
 
index 74dde3f879e54ba6d7f26c89dd1f7765bcbd9324..be9a390f1ffeb7441bf16189d6d81ebdd2655cce 100644 (file)
@@ -1,5 +1,5 @@
 ROOT = ../../../../..
-DIR = Pegasus/ExportClient/tests/ExportServer
+DIR = Pegasus/ExportServer/tests/ExportServer
 include $(ROOT)/mak/config.mak
 include ../libraries.mak
 
index e947e4265b52870c7f3b9a416008afc350204050..9f4b75d0267c4494728fa037bb57d704e599737f 100644 (file)
@@ -1,5 +1,5 @@
 ROOT = ../../../../..
-DIR = Pegasus/Server/tests/HandlerTable
+DIR = Pegasus/ExportServer/tests/HandlerTable
 include $(ROOT)/mak/config.mak
 include ../libraries.mak
 
index a52833465d5bff9d350b15db0185f340fd870620..f5d86510144133f439300f77a2d5de993742a899 100644 (file)
@@ -2,7 +2,7 @@ ROOT = ../../../../..
 
 include libraries.mak
 
-DIR = Pegasus/Serevr/tests/DisplayConsumer
+DIR = Pegasus/Server/tests/DisplayConsumer
 
 include $(ROOT)/mak/config.mak