diff options
Diffstat (limited to 'input-methods/sulekha/src/Makefile.in')
-rw-r--r-- | input-methods/sulekha/src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/input-methods/sulekha/src/Makefile.in b/input-methods/sulekha/src/Makefile.in index 9ac8814..89f5cb8 100644 --- a/input-methods/sulekha/src/Makefile.in +++ b/input-methods/sulekha/src/Makefile.in @@ -151,9 +151,9 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CFLAGS = @GTKSPELL_CFLAGS@ -laspell +AM_CFLAGS = @SULEKHA_CFLAGS@ -laspell INCLUDES = -I$(top_srcdir) -LDADD = @GTKSPELL_LIBS@ +LDADD = @SULEKHA_LIBS@ sulekha_SOURCES = sulekha.c sulekhaspell.c sulekhaspell.h transliteration.c transliteration.h all: all-am |