X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=2ac30f92a38992e796c3ab16ed0cf748f0516221;hb=98edb36ad023334bc396178e83829ae853224b7e;hp=987806b699eeb28ebe399c09d3c592534066873a;hpb=b90e3f4f9f352bd21d797d08729540e77b9ce72f;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index 987806b..2ac30f9 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.8 2004/09/08 12:45:38 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 \ @@ -31,6 +35,7 @@ OBJS := create.cmo \ edit.cmo \ edit_page_css.cmo \ edit_page_css_form.cmo \ + edit_sitemenu.cmo \ edit_user.cmo \ edit_user_form.cmo \ file.cmo \