X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=a5ca44aef4a97c1b0d2ba26dd035c291bb415157;hb=ce5309fcde2bd29b042efc5868e7721a951dd846;hp=c7df219e50c878b7dfe6aa509f842e0bb1d09519;hpb=d13b33f240b646404de221c14387b8795a7aace9;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index c7df219..a5ca44a 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.5 2004/09/07 16:58:03 rich Exp $ +# $Id: Makefile,v 1.14 2004/09/20 17:18:26 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,8 +35,13 @@ 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 \ files.cmo \ + forgot_password.cmo \ + forgot_password_form.cmo \ history.cmo \ hoststyle.cmo \ image.cmo \ @@ -46,7 +55,10 @@ OBJS := create.cmo \ recent.cmo \ restore.cmo \ restore_form.cmo \ + rss.cmo \ search.cmo \ + send_feedback.cmo \ + send_feedback_form.cmo \ signup.cmo \ sitemap.cmo \ undelete_file.cmo \ @@ -56,7 +68,8 @@ OBJS := create.cmo \ upload_file.cmo \ upload_file_form.cmo \ upload_image.cmo \ - upload_image_form.cmo + upload_image_form.cmo \ + users.cmo ADMIN_OBJS := \ admin/admin.cmo \