mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
install libzend.a and header files on "make install"
This commit is contained in:
+9
-1
@@ -1,6 +1,14 @@
|
||||
## Process this file with automake to produce Makefile.in -*- makefile -*-
|
||||
AUTOMAKE_OPTIONS=foreign
|
||||
noinst_LIBRARIES=libzend.a
|
||||
zendlibdir = $(libdir)/zend
|
||||
zendlib_LIBRARIES=libzend.a
|
||||
zendincludedir = $(includedir)/zend
|
||||
zendinclude_HEADERS=zend.h zend_llist.h zend_config.h config.unix.h \
|
||||
zend_errors.h zend_alloc.h zend_hash.h zend_API.h \
|
||||
modules.h zend_list.h zend_globals.h zend_stack.h \
|
||||
zend_ptr_stack.h zend_compile.h zend_execute.h \
|
||||
zend-parser.h zend_operators.h zend_variables.h \
|
||||
zend_constants.h
|
||||
libzend_a_SOURCES=\
|
||||
zend-parser.y zend-scanner.l \
|
||||
zend_alloc.c zend_compile.c zend_constants.c \
|
||||
|
||||
Reference in New Issue
Block a user