head	1.5;
access;
symbols
	BASE_SPELLING:1.1.0.2;
locks; strict;
comment	@# @;


1.5
date	2014.03.24.16.19.25;	author oops;	state Exp;
branches;
next	1.4;

1.4
date	2007.11.09.09.16.24;	author oops;	state Exp;
branches;
next	1.3;

1.3
date	2007.06.05.19.41.48;	author oops;	state Exp;
branches;
next	1.2;

1.2
date	2007.06.05.19.12.44;	author oops;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.03.10.00.21;	author wkpark;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2007.06.06.10.30.39;	author oops;	state Exp;
branches;
next	;


desc
@@


1.5
log
@bug [#318740] support regardleess of mod_userdir module
@
text
@# $Id: GNUmakefile,v 1.4 2007/11/09 09:16:24 oops Exp $
#

EXTRA_CFLAGS =

all:
	/usr/sbin/apxs -i -c $(EXTRA_CFLAGS) mod_url.c

clean:
	rm -f mod_url.{so,o}
@


1.4
log
@fix #304629: fixed content-type ploblems on internal replace path mode
@
text
@d1 1
a1 1
# $Id: GNUmakefile,v 1.3 2007/06/05 19:41:48 oops Exp $
a3 5
#
# modurl has dependency with mod_userdir. If your apache
# don't include mod_userdir, set URL_NOUSERDIR constant.
#
#EXTRA_CFLAGS = -DURL_NOUSERDIR
@


1.3
log
@add cvs id
@
text
@d1 1
a1 1
# $Id: $
d3 8
d12 1
a12 1
	/usr/sbin/apxs -i -c mod_url.c
@


1.2
log
@removed apxs -a option
@
text
@d1 2
@


1.1
log
@#300387 add 'ServerEncoding' 'ClientEncoding' options.
add usage, add brief changelog
add simple makefile
@
text
@d2 1
a2 1
	/usr/sbin/apxs -i -a -c mod_url.c
d5 1
a5 1
	rm mod_url.{so,o}
@


1.1.2.1
log
@removed -a option
@
text
@d2 1
a2 1
	/usr/sbin/apxs -i -c mod_url.c
@


