X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=6cf7991d4fe7fd69011889a5effcfb5f815bdaca;hb=35f3941cfe3d70d720604da0b2c8850ef704a92d;hp=ec9ebb593cae9072220bced5c3e00977fed86380;hpb=3e686452bc8b27781edb06b68749f7c34bf5fab4;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index ec9ebb5..6cf7991 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.11 2004/09/17 12:35:38 rich Exp $ +# $Id: Makefile,v 1.13 2004/09/20 15:34:36 rich Exp $ include ../Makefile.config @@ -23,6 +23,8 @@ LIB_OBJS := \ OBJS := 00-TEMPLATE.cmo \ contact.cmo \ + contact_show.cmo \ + contacts.cmo \ create.cmo \ create_form.cmo \ delete_file.cmo \ @@ -53,6 +55,7 @@ OBJS := 00-TEMPLATE.cmo \ recent.cmo \ restore.cmo \ restore_form.cmo \ + rss.cmo \ search.cmo \ signup.cmo \ sitemap.cmo \