X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=afcb3ad8d9a0482c6a6bcca663e7643de93231cb;hb=3da6ded17ea2cca64328e5f3ea8903cd15103bc2;hp=2ac30f92a38992e796c3ab16ed0cf748f0516221;hpb=b1b95dabf1c1e96f7dc2d24b579e983ec072af89;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index 2ac30f9..afcb3ad 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.12 2004/09/17 16:03:34 rich Exp $ +# $Id: Makefile,v 1.20 2004/09/22 12:04:28 rich Exp $ include ../Makefile.config @@ -27,12 +27,26 @@ OBJS := 00-TEMPLATE.cmo \ contacts.cmo \ create.cmo \ create_form.cmo \ + create_contact.cmo \ + create_contact_form.cmo \ + create_user.cmo \ + create_user_form.cmo \ + delete_contact.cmo \ + delete_contact_form.cmo \ delete_file.cmo \ delete_file_form.cmo \ delete_image.cmo \ delete_image_form.cmo \ + delete_user.cmo \ + delete_user_form.cmo \ diff.cmo \ edit.cmo \ + edit_contact.cmo \ + edit_contact_form.cmo \ + edit_host_css.cmo \ + edit_host_css_form.cmo \ + edit_host_settings.cmo \ + edit_host_settings_form.cmo \ edit_page_css.cmo \ edit_page_css_form.cmo \ edit_sitemenu.cmo \ @@ -44,8 +58,10 @@ OBJS := 00-TEMPLATE.cmo \ forgot_password_form.cmo \ history.cmo \ hoststyle.cmo \ + host_menu.cmo \ image.cmo \ images.cmo \ + largest_pages.cmo \ login.cmo \ login_form.cmo \ logout.cmo \ @@ -55,7 +71,12 @@ OBJS := 00-TEMPLATE.cmo \ recent.cmo \ restore.cmo \ restore_form.cmo \ + rss.cmo \ search.cmo \ + send_feedback.cmo \ + send_feedback_form.cmo \ + set_password.cmo \ + set_password_form.cmo \ signup.cmo \ sitemap.cmo \ undelete_file.cmo \