From 40cdac44fe89856c3f068ddd9dd911d88da97eb4 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Fri, 26 Oct 2007 20:47:51 -0400 Subject: Committing the first version of make and other configuration files --- input-methods/sulekha/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 input-methods/sulekha/Makefile.am (limited to 'input-methods/sulekha/Makefile.am') 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 + -- cgit