1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/gettext/Makefile.in
2000-05-23 22:26:51 +00:00

8 lines
190 B
Makefile

LTLIBRARY_NAME = libgettext.la
LTLIBRARY_SOURCES = gettext.c
LTLIBRARY_SHARED_NAME = gettext.la
LTLIBRARY_SHARED_LIBADD = $(GETTEXT_SHARED_LIBADD)
include $(top_srcdir)/build/dynlib.mk