diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-02 22:03:45 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-02 22:03:45 +0200 |
commit | 45e158a30e69573f044605e74d65c9f283d89569 (patch) | |
tree | f3e950785348fffd96328140522475b98ad546ba /qooxdoo/Makefile | |
parent | 8793d83042d5cf388a30ee5f8637fa6554334aa6 (diff) | |
download | smokeping-45e158a30e69573f044605e74d65c9f283d89569.tar.gz smokeping-45e158a30e69573f044605e74d65c9f283d89569.tar.xz |
mtr integration
Diffstat (limited to 'qooxdoo/Makefile')
-rw-r--r-- | qooxdoo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qooxdoo/Makefile b/qooxdoo/Makefile index 8af3baf..81fe35e 100644 --- a/qooxdoo/Makefile +++ b/qooxdoo/Makefile @@ -35,7 +35,7 @@ export PATH:=/usr/pack/python-debian31-2.4.4-to/bin:$(PATH) # Please note that Windows users should always use relative paths. # It should end with the last directory. Please omit a trailing slash. # -QOOXDOO_PATH = /usr/pack/qooxdoo-0.7.2-to +QOOXDOO_PATH = /usr/pack/qooxdoo-0.7svn-to QOOXDOO_URI = ../qooxdoolink #QOOXDOO_URI = file:///Q:/$(QOOXDOO_PATH) @@ -44,13 +44,13 @@ QOOXDOO_URI = ../qooxdoolink # Namespace of your application e.g. custom # Even complexer stuff is possible like: net.sf.custom # -APPLICATION_NAMESPACE = Smokeping +APPLICATION_NAMESPACE = Mtr # # Files that will be copied from the source directory into the build # directory (space separated list). The default list is empty. # -APPLICATION_FILES = index.html smokeping.cgi perl +APPLICATION_FILES = index.html mtr.cgi perl # APPLICATION_BUILD_LOG_LEVEL = debug APPLICATION_BUILD_LOG_LEVEL = off |