X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=0a0be74075e68f9392a166171e095da78f0fd18a;hb=a8464d1556a200c7afc908c0418bbd1b38007d3b;hp=de06781b859ef2461eb8871445996048a93e7bb0;hpb=867889b6d04b6381c74974e338672ee02d61920e;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index de06781..0a0be74 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.15 2004/09/21 13:01:15 rich Exp $ +# $Id: Makefile,v 1.17 2004/09/21 17:07:58 rich Exp $ include ../Makefile.config @@ -27,8 +27,12 @@ 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 \ @@ -50,6 +54,7 @@ OBJS := 00-TEMPLATE.cmo \ hoststyle.cmo \ image.cmo \ images.cmo \ + largest_pages.cmo \ login.cmo \ login_form.cmo \ logout.cmo \