Very primitive, but working, RSS feeds.
[cocanwiki.git] / scripts / Makefile
index 4fa484b..6cf7991 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.7 2004/09/08 10:42:20 rich Exp $
+# $Id: Makefile,v 1.13 2004/09/20 15:34:36 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 \
@@ -31,6 +35,9 @@ 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 \
@@ -48,6 +55,7 @@ OBJS := create.cmo \
        recent.cmo \
        restore.cmo \
        restore_form.cmo \
+       rss.cmo \
        search.cmo \
        signup.cmo \
        sitemap.cmo \