mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
11 lines
185 B
Makefile
11 lines
185 B
Makefile
|
|
DEPTH = ../..
|
|
topsrcdir = @topsrcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
LTLIBRARY_NAME = libimap.la
|
|
LTLIBRARY_SOURCES = php_imap.c
|
|
|
|
include $(topsrcdir)/build/ltlib.mk
|