Basic contact form implemented (no user interface for it yet, however).
[cocanwiki.git] / scripts / Makefile
index 3d87b3f..ec9ebb5 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.11 2004/09/17 12:35:38 rich Exp $
 
 include ../Makefile.config
 
@@ -22,6 +22,7 @@ LIB_OBJS := \
        cgi_expires.cmo
 
 OBJS := 00-TEMPLATE.cmo \
+       contact.cmo \
        create.cmo \
        create_form.cmo \
        delete_file.cmo \