X-Git-Url: https://git.jankratochvil.net/?p=MyWeb.git;a=blobdiff_plain;f=Makefile.am;h=9157b6bbe1239dbb99fa4f2d6a1f9968b79ade66;hp=841a42590ce9a49c8cd227505776551e848f80f4;hb=3642e53fcbb31138ad82ab3ab18bc51234ff178d;hpb=633dc05b0519d86762bd084d872d34f9183237e0 diff --git a/Makefile.am b/Makefile.am index 841a425..9157b6b 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,17 @@ 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 +