summaryrefslogtreecommitdiff
path: root/www/mod_auth_mysql_another/files/patch-Makefile
blob: 39ea5d440d2c35eb43ee82f7b6c855a85fef9c05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- /dev/null	Sat Apr 20 17:11:40 2002
+++ Makefile.orig	Sat Apr 20 17:12:22 2002
@@ -0,0 +1,11 @@
+APXS  = %%APXS%%
+DSO   = %%DSO%%
+SRCS  = mod_auth_mysql.c
+OPTS  = -D %%APACHE_VER%% -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib/mysql -lmysqlclient
+
+all:
+	$(APXS) -c $(OPTS) $(SRCS)
+
+install:
+	$(APXS) -i -a $(DSO)
+