summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig S. Bakken <stig@php.net>1999-05-12 20:12:15 +0000
committerStig S. Bakken <stig@php.net>1999-05-12 20:12:15 +0000
commitcefca57c9c845101cb8d39b0cc062d20e2da791d (patch)
treeec45156bf7915fa1aad4898fd273f63ae53d3190
parent97ea66a045d0467670e3cc071ad8fce2ad79d9bc (diff)
downloadphp-git-cefca57c9c845101cb8d39b0cc062d20e2da791d.tar.gz
install libzend.a and header files on "make install"
-rw-r--r--Zend/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Zend/Makefile.am b/Zend/Makefile.am
index cb98bdb721..8cb06c7391 100644
--- a/Zend/Makefile.am
+++ b/Zend/Makefile.am
@@ -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 \