mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
953fe189da
* Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
6 lines
111 B
Makefile
6 lines
111 B
Makefile
|
|
LTLIBRARY_NAME = libodbc.la
|
|
LTLIBRARY_SOURCES = php_odbc.c velocis.c
|
|
|
|
include $(top_srcdir)/build/ltlib.mk
|