summaryrefslogtreecommitdiffstats
path: root/input-methods/sulekha/src/Makefile.am
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh00@gmail.com>2007-10-27 15:36:57 -0400
committerSanthosh Thottingal <santhosh00@gmail.com>2007-10-27 15:36:57 -0400
commit49580bf92860d0e2df036cf2e294f6b26528a5d2 (patch)
tree3707190eb3779de32081d939f03e2dd3efe713af /input-methods/sulekha/src/Makefile.am
parent40cdac44fe89856c3f068ddd9dd911d88da97eb4 (diff)
downloadRachana.git-49580bf92860d0e2df036cf2e294f6b26528a5d2.tar.gz
Rachana.git-49580bf92860d0e2df036cf2e294f6b26528a5d2.tar.xz
Rachana.git-49580bf92860d0e2df036cf2e294f6b26528a5d2.zip
Rearranged the code , config , make files preapred, addon to gtktextview added
transliteration completed. TODO: GUI coding and integration
Diffstat (limited to 'input-methods/sulekha/src/Makefile.am')
-rw-r--r--input-methods/sulekha/src/Makefile.am8
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
+
+
+