summaryrefslogtreecommitdiff
path: root/webapps
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2007-02-07 18:31:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:44:48 -0500
commit352729583fcb40a154228acb0db0daa02f4b16f9 (patch)
treeb74ec6ce7a04818244909d9486de6b7bf15115bf /webapps
parent0d60b9af90962e8db41fdc02cbda562297b1e6d4 (diff)
downloadsamba-352729583fcb40a154228acb0db0daa02f4b16f9.tar.gz
samba-352729583fcb40a154228acb0db0daa02f4b16f9.tar.bz2
samba-352729583fcb40a154228acb0db0daa02f4b16f9.zip
r21220: enable 'make source' (and 'make') to work properly
(This used to be commit 341e12496ced6f3b0f110be7465538d4548b1b46)
Diffstat (limited to 'webapps')
-rw-r--r--webapps/swat/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \