Feedback form. You need to set the hosts.feedback_email field
[cocanwiki.git] / scripts / Makefile
index 423e712..a5ca44a 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.9 2004/09/08 14:47:47 rich Exp $
+# $Id: Makefile,v 1.14 2004/09/20 17:18:26 rich Exp $
 
 include ../Makefile.config
 
@@ -21,7 +21,11 @@ LIB_OBJS := \
        wikilib.cmo \
        cgi_expires.cmo
 
-OBJS := create.cmo \
+OBJS := 00-TEMPLATE.cmo \
+       contact.cmo \
+       contact_show.cmo \
+       contacts.cmo \
+       create.cmo \
        create_form.cmo \
        delete_file.cmo \
        delete_file_form.cmo \
@@ -51,7 +55,10 @@ OBJS := create.cmo \
        recent.cmo \
        restore.cmo \
        restore_form.cmo \
+       rss.cmo \
        search.cmo \
+       send_feedback.cmo \
+       send_feedback_form.cmo \
        signup.cmo \
        sitemap.cmo \
        undelete_file.cmo \