1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

vpath fix

This commit is contained in:
Zeev Suraski
1999-04-22 22:28:17 +00:00
parent af3f73f7a3
commit 327fc20243
+1 -1
View File
@@ -68,7 +68,7 @@ OBJS = main.o internal_functions.o snprintf.o php3_sprintf.o \
safe_mode.o fopen-wrappers.o php3_realpath.o alloca.o output.o \
php_ini.o
PHPLIBS = -L@top_srcdir@/libzend -lzend -L@top_srcdir@/ext -lphpext
PHPLIBS = -L@top_srcdir@/libzend -lzend -Lext -lphpext
LIBS = $(PHPLIBS) $(EXTRA_LIBS) @LIBS@
all: $(BINNAME)