X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=ff2f470fda638fdf42da89ca32c182b97853a3b9;hb=79f907772aef608a83338589f64c10a901889b5c;hp=d8529efcf27adcc043355cc020b89bd9b8290706;hpb=8d82e370518cb6d936682c6550d0c0bf0b0e0b35;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index d8529ef..ff2f470 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.24 2004/09/24 16:41:16 rich Exp $ +# $Id: Makefile,v 1.26 2004/09/25 13:17:00 rich Exp $ include ../Makefile.config @@ -24,6 +24,8 @@ LIB_OBJS := \ cgi_expires.cmo OBJS := 00-TEMPLATE.cmo \ + change_password.cmo \ + change_password_form.cmo \ contact.cmo \ contact_show.cmo \ contacts.cmo \ @@ -71,6 +73,7 @@ OBJS := 00-TEMPLATE.cmo \ mailing_list_form.cmo \ mailing_list_send.cmo \ mailing_list_unsubscribe.cmo \ + mailing_list_view.cmo \ page.cmo \ page_email_confirm.cmo \ page_email_form.cmo \