X-Git-Url: http://git.jankratochvil.net/?p=MyWeb.git;a=blobdiff_plain;f=Makefile.am;h=26315aadcf14e840e7ee4099ec129fff2116da2d;hp=841a42590ce9a49c8cd227505776551e848f80f4;hb=077b23f760ba965c7bba3c71d429badacdf68538;hpb=633dc05b0519d86762bd084d872d34f9183237e0 diff --git a/Makefile.am b/Makefile.am index 841a425..26315aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -# automake source for the Makefile of project/ subdir -# Copyright (C) 2003 Jan Kratochvil +# automake source for the Makefile of My::Web "My/" subdir +# Copyright (C) 2003-2005 Jan Kratochvil # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,9 +18,18 @@ include $(top_srcdir)/Makefile-head.am +SUBDIRS= \ + Hash + EXTRA_DIST+= \ - Project.pm \ Web.pm \ + ModPerlPm.pm \ arrow-left.png \ arrow-right.png \ arrow-up.png + +MODPERL_PM+= \ + HaveJS.pm \ + Redirect.pm \ + Status.pm +