mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
9 lines
200 B
Makefile
9 lines
200 B
Makefile
# $Id$
|
|
|
|
LTLIBRARY_NAME = libingres_ii.la
|
|
LTLIBRARY_SOURCES = ii.c
|
|
LTLIBRARY_SHARED_NAME = ingres_ii.la
|
|
LTLIBRARY_SHARED_LIBADD = $(II_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|