aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-04-06 18:08:34 +0000
committerschnetter <schnetter@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-04-06 18:08:34 +0000
commitbf87533c8a1b0aa077f306cd9641d3f953b87c1d (patch)
tree9ffd0db40aeeb20fa1fff2a3f47cf00fd6a45049
parent95100ab94e85f95013a0b8f5770a0a143eed3965 (diff)
Make compile-time dependencies explicit
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@48 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--configuration.ccl4
-rw-r--r--interface.ccl2
2 files changed, 4 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..60276c2
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,4 @@
+# Configuration definition for thorn http_utils
+# $Header$
+
+requires thorns: HTTPD IOUtil
diff --git a/interface.ccl b/interface.ccl
index c622e16..4bae0d5 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,5 +2,3 @@
# $Header$
implements: http_utils
-
-inherits:httpd, IO