X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=0a0be74075e68f9392a166171e095da78f0fd18a;hb=a8464d1556a200c7afc908c0418bbd1b38007d3b;hp=987806b699eeb28ebe399c09d3c592534066873a;hpb=b90e3f4f9f352bd21d797d08729540e77b9ce72f;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index 987806b..0a0be74 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.17 2004/09/21 17:07:58 rich Exp $ include ../Makefile.config @@ -21,16 +21,29 @@ 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 \ + 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_page_css.cmo \ edit_page_css_form.cmo \ + edit_sitemenu.cmo \ edit_user.cmo \ edit_user_form.cmo \ file.cmo \ @@ -41,6 +54,7 @@ OBJS := create.cmo \ hoststyle.cmo \ image.cmo \ images.cmo \ + largest_pages.cmo \ login.cmo \ login_form.cmo \ logout.cmo \ @@ -50,7 +64,12 @@ OBJS := create.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 \