--- Makefile 2000/03/30 08:11:06 1.1.1.1 +++ Makefile 2000/08/09 19:45:55 1.3 @@ -1,8 +1,11 @@ +APXS=/usr/sbin/apxs +APXS_FLAGS=-DDEBUG + all: - /usr/local/apache/bin/apxs -c mod_ua_charset.c + $(APXS) -a -i -c $(APXS_FLAGS) mod_ua_charset.c clean: - rm -f *.o *.so + rm -f *.o *.so *~ test: - wget --header='User-Agent: foo' --save-headers --proxy=off http://localhost -O out + wget --header='User-Agent: pero' --save-headers --proxy=off -O out http://localhost/