summaryrefslogtreecommitdiffstats
path: root/input-methods/sulekha/Makefile.am
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh00@gmail.com>2007-10-26 20:47:51 -0400
committerSanthosh Thottingal <santhosh00@gmail.com>2007-10-26 20:47:51 -0400
commit40cdac44fe89856c3f068ddd9dd911d88da97eb4 (patch)
tree93b0481fcf0734af70b4454c8d56fe03a3506d6c /input-methods/sulekha/Makefile.am
parenta6c9cee15bd36912c5197efde938a134dc7039cb (diff)
downloadRachana.git-40cdac44fe89856c3f068ddd9dd911d88da97eb4.tar.gz
Rachana.git-40cdac44fe89856c3f068ddd9dd911d88da97eb4.tar.xz
Rachana.git-40cdac44fe89856c3f068ddd9dd911d88da97eb4.zip
Committing the first version of make and other configuration files
Diffstat (limited to 'input-methods/sulekha/Makefile.am')
-rw-r--r--input-methods/sulekha/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/input-methods/sulekha/Makefile.am b/input-methods/sulekha/Makefile.am
new file mode 100644
index 0000000..1cb5e09
--- /dev/null
+++ b/input-methods/sulekha/Makefile.am
@@ -0,0 +1,12 @@
+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
+