mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
10 lines
242 B
Makefile
10 lines
242 B
Makefile
# $Id$
|
|
|
|
LTLIBRARY_NAME = libfribidi.la
|
|
LTLIBRARY_SOURCES = fribidi.c
|
|
LTLIBRARY_SHARED_NAME = fribidi.la
|
|
LTLIBRARY_SHARED_LIBADD = $(FRIBIDI_SHARED_LIBADD)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|
|
EXTRA_INCLUDES = $(FRIBIDI_INCLUDE)
|