The 'create host' code is now in a separate library so TNAAA can call it.
[cocanwiki.git] / scripts / Makefile
index c4c23a5..8022749 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.30 2004/09/28 11:51:38 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 \
@@ -107,6 +108,9 @@ OBJS := change_password.cmo \
        users.cmo \
        what_links_here.cmo
 
+# Not working:
+#      visualise_links.cmo
+
 ADMIN_OBJS := \
        admin/admin.cmo \
        admin/create_host.cmo \