The 'create host' code is now in a separate library so TNAAA can call it.
[cocanwiki.git] / scripts / Makefile
index 1008ebf..8022749 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.31 2004/09/29 09:44:52 rich Exp $
+# $Id: Makefile,v 1.32 2004/10/06 10:34:29 rich Exp $
 
 include ../Makefile.config
 
@@ -20,7 +20,8 @@ LIB_OBJS := \
        cocanwiki_diff.cmo \
        cocanwiki_emailnotify.cmo \
        wikilib.cmo \
-       cocanwiki_links.cmo
+       cocanwiki_links.cmo \
+       cocanwiki_create_host.cmo
 
 OBJS := change_password.cmo \
        change_password_form.cmo \