Skip to content

Commit cd5c814

Browse files
committed
make generic compilation
1 parent 7d2c37c commit cd5c814

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#MY_APXS=/usr/sbin/apxs
2-
MY_APXS=/opt/srv/httpd/bin/apxs
3-
MY_LDFLAGS=-lmemcache -L/opt/srv/lib/libmemcache/lib/
4-
MY_CFLAGS=-I/opt/srv/lib/libmemcache/include
1+
MY_APXS=/usr/sbin/apxs
2+
MY_LDFLAGS=-lmemcache
3+
MY_CFLAGS=
54

65
.SUFFIXES: .c .o .la
76
.c.la:

0 commit comments

Comments
 (0)