X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=ec9ebb593cae9072220bced5c3e00977fed86380;hb=619782929c11102f75892758fd94772bc747dfb0;hp=9de6072bc690be93977174bc5b8f1d4ae0018fbb;hpb=afe5e5f759988c04d9b3bcee7cf75e2c15e1d1d5;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index 9de6072..ec9ebb5 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.3 2004/09/07 14:58:34 rich Exp $ +# $Id: Makefile,v 1.11 2004/09/17 12:35:38 rich Exp $ include ../Makefile.config @@ -21,7 +21,9 @@ LIB_OBJS := \ wikilib.cmo \ cgi_expires.cmo -OBJS := create.cmo \ +OBJS := 00-TEMPLATE.cmo \ + contact.cmo \ + create.cmo \ create_form.cmo \ delete_file.cmo \ delete_file_form.cmo \ @@ -31,12 +33,20 @@ 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 \ images.cmo \ + login.cmo \ + login_form.cmo \ + logout.cmo \ page.cmo \ pagestyle.cmo \ preview.cmo \ @@ -44,6 +54,7 @@ OBJS := create.cmo \ restore.cmo \ restore_form.cmo \ search.cmo \ + signup.cmo \ sitemap.cmo \ undelete_file.cmo \ undelete_file_form.cmo \ @@ -52,7 +63,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 \