summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
blob: 56ba636b8add61607bb9f21cdfec1ae29f407d1d (plain)
1
2
3
4
5
6
7
8
## Process this file with automake to produce Makefile.in

SUBDIRS = @EXT_SUBDIRS@

noinst_LIBRARIES=libphpext.a

libphpext.a: @EXT_LIBS@
	top_srcdir=$(top_srcdir) $(top_builddir)/scripts/mkextlib $@ $(SUBDIRS)