diff options
Diffstat (limited to 'input-methods/sulekha/src/Makefile.am')
-rw-r--r-- | input-methods/sulekha/src/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/input-methods/sulekha/src/Makefile.am b/input-methods/sulekha/src/Makefile.am new file mode 100644 index 0000000..3039d02 --- /dev/null +++ b/input-methods/sulekha/src/Makefile.am @@ -0,0 +1,8 @@ +noinst_PROGRAMS = sulekha +AM_CFLAGS = @GTKSPELL_CFLAGS@ -laspell +INCLUDES = -I$(top_srcdir) +LDADD = @GTKSPELL_LIBS@ +sulekha_SOURCES =sulekha.c sulekhaspell.c sulekhaspell.h transliteration.c transliteration.h + + + |