diff options
Diffstat (limited to 'ext/aspell')
-rw-r--r-- | ext/aspell/Makefile.am | 5 | ||||
-rw-r--r-- | ext/aspell/Makefile.in | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ext/aspell/Makefile.am b/ext/aspell/Makefile.am deleted file mode 100644 index 355308958b..0000000000 --- a/ext/aspell/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -# $Id$ - -noinst_LTLIBRARIES=libphpext_aspell.la -libphpext_aspell_la_SOURCES=aspell.c - diff --git a/ext/aspell/Makefile.in b/ext/aspell/Makefile.in new file mode 100644 index 0000000000..1c5ad51822 --- /dev/null +++ b/ext/aspell/Makefile.in @@ -0,0 +1,10 @@ + +DEPTH = ../.. +topsrcdir = @topsrcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +LTLIBRARY_NAME = libaspell.la +LTLIBRARY_SOURCES = aspell.c + +include $(topsrcdir)/build/ltlib.mk |