mirror of
https://github.com/php/php-gtk-src.git
synced 2026-04-28 11:33:20 +02:00
9b1cd4cac7
with either old or new PHP build system. It also updates copyright years and fixes loading of rc files by test/gtk.php. Extension writers should take notice of the changes in the build system.
10 lines
299 B
Makefile
10 lines
299 B
Makefile
SUBDIRS = ext main
|
|
|
|
LTLIBRARY_NAME = libphp_gtk.la
|
|
LTLIBRARY_SHARED_NAME = php_gtk.la
|
|
LTLIBRARY_DEPENDENCIES = $(PHP_GTK_EXT_LTLIBS) \
|
|
main/libmain.la
|
|
LTLIBRARY_SHARED_LIBADD = $(PHP_GTK_SHARED_LIBADD) $(LTLIBRARY_DEPENDENCIES)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|