summaryrefslogtreecommitdiffstats
path: root/input-methods/sulekha/src/Makefile
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh00@gmail.com>2007-11-14 21:11:11 -0500
committerSanthosh Thottingal <santhosh00@gmail.com>2007-11-14 21:11:11 -0500
commit490b1cc08a713e3a9b671b0f865434fdc827b71b (patch)
tree2c9977f06649f402ca556de9bf87a9bfe3019371 /input-methods/sulekha/src/Makefile
parent2bb630f78599177dc86a0c1f03c4fcdeb76b36a4 (diff)
downloadRachana.git-490b1cc08a713e3a9b671b0f865434fdc827b71b.tar.gz
Rachana.git-490b1cc08a713e3a9b671b0f865434fdc827b71b.tar.xz
Rachana.git-490b1cc08a713e3a9b671b0f865434fdc827b71b.zip
Committing another version after UI and algorithm fixes
Diffstat (limited to 'input-methods/sulekha/src/Makefile')
-rw-r--r--input-methods/sulekha/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/input-methods/sulekha/src/Makefile b/input-methods/sulekha/src/Makefile
index 1ea073a..4d5cb39 100644
--- a/input-methods/sulekha/src/Makefile
+++ b/input-methods/sulekha/src/Makefile
@@ -151,9 +151,9 @@ sysconfdir = ${prefix}/etc
target_alias =
top_builddir = ..
top_srcdir = ..
-AM_CFLAGS = @GTKSPELL_CFLAGS@ -laspell
+AM_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -laspell
INCLUDES = -I$(top_srcdir)
-LDADD = @GTKSPELL_LIBS@
+LDADD = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
sulekha_SOURCES = sulekha.c sulekhaspell.c sulekhaspell.h transliteration.c transliteration.h
all: all-am