diff options
Diffstat (limited to 'input-methods/sulekha/Makefile.am')
-rwxr-xr-x[-rw-r--r--] | input-methods/sulekha/Makefile.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/input-methods/sulekha/Makefile.am b/input-methods/sulekha/Makefile.am index 1cb5e09..e24c23b 100644..100755 --- a/input-methods/sulekha/Makefile.am +++ b/input-methods/sulekha/Makefile.am @@ -1,12 +1,2 @@ -bin_PROGRAMS = sulekha -sulekha_INCLUDES = -I/. ${SULEKHA_LIBS} -sulekha_LDADD = -laspell ${SULEKHA_CFLAGS} -sulekha_DESTDIR = ../bin/ -sulekha_TARGET = ../bin/sulekha -sulekha_SOURCES = \ - suggestions.c \ - suggestions.h \ - Transliteration.c \ - Transliteration.h \ - sulekha.c - +SUBDIRS=src + |