Feedback form. You need to set the hosts.feedback_email field
[cocanwiki.git] / scripts / Makefile
index be3200c..a5ca44a 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.1 2004/09/07 10:14:09 rich Exp $
+# $Id: Makefile,v 1.14 2004/09/20 17:18:26 rich Exp $
 
 include ../Makefile.config
 
@@ -8,16 +8,24 @@ OCAMLCFLAGS := -w s -I +apache -I +pcre -I +dbi -I +extlib
 CPP := cpp
 
 LIB_OBJS := \
-       merjisforwiki.cmo \
-       cocanwiki.cmo \
+       cocanwiki_date.cmo \
        cocanwiki_version.cmo \
+       cocanwiki_files.cmo \
+       cocanwiki_strings.cmo \
+       cocanwiki_images.cmo \
+       cocanwiki_template.cmo \
        cocanwiki_ok.cmo \
+       cocanwiki.cmo \
        cocanwiki_diff.cmo \
        cocanwiki_emailnotify.cmo \
        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 \
@@ -27,19 +35,31 @@ OBJS := create.cmo \
        edit.cmo \
        edit_page_css.cmo \
        edit_page_css_form.cmo \
+       edit_sitemenu.cmo \
+       edit_user.cmo \
+       edit_user_form.cmo \
        file.cmo \
        files.cmo \
+       forgot_password.cmo \
+       forgot_password_form.cmo \
        history.cmo \
        hoststyle.cmo \
        image.cmo \
        images.cmo \
+       login.cmo \
+       login_form.cmo \
+       logout.cmo \
        page.cmo \
        pagestyle.cmo \
        preview.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 \
        undelete_file_form.cmo \
@@ -48,7 +68,8 @@ OBJS := create.cmo \
        upload_file.cmo \
        upload_file_form.cmo \
        upload_image.cmo \
-       upload_image_form.cmo
+       upload_image_form.cmo \
+       users.cmo
 
 ADMIN_OBJS := \
        admin/admin.cmo \