1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

Make ext_skel create a Makefile.in set up to handle shared extension

support automatically
@ Make ext_skel create a Makefile.in set up to handle shared extension
@ support automatically (Rasmus)
This commit is contained in:
Rasmus Lerdorf
2000-07-27 17:56:02 +00:00
parent 96a35a3eea
commit 3bca4e220d
+1
View File
@@ -144,6 +144,7 @@ cat >Makefile.in <<eof
LTLIBRARY_NAME = lib$extname.la
LTLIBRARY_SOURCES = $extname.c
LTLIBRARY_SHARED_NAME = $extname.la
LTLIBRARY_SHARED_LIBADD = \$(${EXTNAME}_SHARED_LIBADD)
include \$(top_srcdir)/build/dynlib.mk
eof