mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
7 lines
139 B
Makefile
7 lines
139 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_aspell.a
|
|
libphpext_aspell_a_SOURCES=aspell.c
|
|
|