Author: derrell
Date: 2007-02-07 18:31:28 +0000 (Wed, 07 Feb 2007)
New Revision: 21220

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21220

Log:
enable 'make source' (and 'make') to work properly
Modified:
   branches/SAMBA_4_0/webapps/swat/Makefile


Changeset:
Modified: branches/SAMBA_4_0/webapps/swat/Makefile
===================================================================
--- branches/SAMBA_4_0/webapps/swat/Makefile    2007-02-07 13:26:13 UTC (rev 
21219)
+++ branches/SAMBA_4_0/webapps/swat/Makefile    2007-02-07 18:31:28 UTC (rev 
21220)
@@ -76,7 +76,8 @@
 APPLICATION_OPTIMIZE_STRINGS = false
 APPLICATION_OPTIMIZE_VARIABLES = false
 APPLICATION_ADDITIONAL_CLASS_PATH = \
-  --class-path $(APIVIEWER_PATH)/source/class
+  --class-path $(APIVIEWER_PATH)/source/class \
+  --class-uri $(APIVIEWER_PATH)/source/class
 APPLICATION_ADDITIONAL_RESOURCE = \
   --resource-input $(APIVIEWER_PATH)/source/resource \
   --resource-output $(APPLICATION_BUILD_PATH)/resource/apiviewer \

Reply via email to