mirror of
https://github.com/php/php-src.git
synced 2025-01-10 04:54:47 +08:00
7 lines
204 B
Makefile
7 lines
204 B
Makefile
|
|
LTLIBRARY_NAME = libcalendar.la
|
|
LTLIBRARY_SOURCES = calendar.c dow.c french.c gregor.c jewish.c julian.c easter.c cal_unix.c
|
|
LTLIBRARY_SHARED_NAME = calendar.la
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|