From 352729583fcb40a154228acb0db0daa02f4b16f9 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 7 Feb 2007 18:31:28 +0000 Subject: r21220: enable 'make source' (and 'make') to work properly (This used to be commit 341e12496ced6f3b0f110be7465538d4548b1b46) --- webapps/swat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webapps') diff --git a/webapps/swat/Makefile b/webapps/swat/Makefile index f59a309c1a..3f3b1d78f0 100644 --- a/webapps/swat/Makefile +++ b/webapps/swat/Makefile @@ -76,7 +76,8 @@ APPLICATION_LINEBREAKS_SOURCE = true 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 \ -- cgit