php-src/ext/Makefile.am
1999-04-18 20:59:54 +00:00

9 lines
211 B
Makefile

## 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)