X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=2ac30f92a38992e796c3ab16ed0cf748f0516221;hb=b1b95dabf1c1e96f7dc2d24b579e983ec072af89;hp=423e7128d6bb3331714591388424339e36eef94b;hpb=d6978d316016d0c96753ace2a2e474c50bd40c42;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index 423e712..2ac30f9 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.9 2004/09/08 14:47:47 rich Exp $ +# $Id: Makefile,v 1.12 2004/09/17 16:03:34 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 \