joes 2003/10/01 18:50:45
Modified: . Makefile.am
Log:
Add *nix support for % make perl_install
Revision Changes Path
1.12 +3 -0 httpd-apreq-2/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/httpd-apreq-2/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile.am 30 Jun 2003 20:42:14 -0000 1.11
+++ Makefile.am 2 Oct 2003 01:50:45 -0000 1.12
@@ -31,6 +31,9 @@
lib_test: check
t/testall -v
+perl_install:
+ cd glue/perl; make install
+
perl_test:
cd glue/perl; make test