Added {{shell}} for running external shell commands.
[cocanwiki.git] / scripts / Makefile
index f0a1692..9885b02 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.53 2006/12/07 17:05:47 rich Exp $
+# $Id: Makefile,v 1.54 2006/12/08 15:36:44 rich Exp $
 
 include ../Makefile.config
 
@@ -52,7 +52,8 @@ LIB_OBJS := \
        lib/cocanwiki_pages.cmo \
        lib/cocanwiki_diff.cmo \
        lib/cocanwiki_mail.cmo \
-       lib/cdvmm_phone_numbers.cmo
+       lib/cdvmm_phone_numbers.cmo \
+       lib/cocanwiki_func_shell.cmo
 
 ifneq ($(OCAMLRSS),)
 LIB_OBJS += lib/cocanwiki_func_rss.cmo