From: Matej U. <mat...@us...> - 2006-09-12 22:16:39
|
Update of /cvsroot/mod-c/mod_c/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30293/include Modified Files: Makefile.in Log Message: Told apxs not to link against libehtml - it would complain about ehtml not being portable (and exit with error). Index: Makefile.in =================================================================== RCS file: /cvsroot/mod-c/mod_c/include/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.in 8 Sep 2006 15:00:32 -0000 1.3 --- Makefile.in 12 Sep 2006 22:16:30 -0000 1.4 *************** *** 1,3 **** ! # Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ --- 1,3 ---- ! # Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ |