Very primitive, but working, RSS feeds.
[cocanwiki.git] / scripts / Makefile
index 3d87b3f..6cf7991 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.10 2004/09/08 17:07:24 rich Exp $
+# $Id: Makefile,v 1.13 2004/09/20 15:34:36 rich Exp $
 
 include ../Makefile.config
 
@@ -22,6 +22,9 @@ LIB_OBJS := \
        cgi_expires.cmo
 
 OBJS := 00-TEMPLATE.cmo \
+       contact.cmo \
+       contact_show.cmo \
+       contacts.cmo \
        create.cmo \
        create_form.cmo \
        delete_file.cmo \
@@ -52,6 +55,7 @@ OBJS := 00-TEMPLATE.cmo \
        recent.cmo \
        restore.cmo \
        restore_form.cmo \
+       rss.cmo \
        search.cmo \
        signup.cmo \
        sitemap.cmo \