summaryrefslogtreecommitdiff
blob: e6f53d8114de65d5474a0e3118a7510c49a85fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- centerim-4.22.2/src/Makefile.am
+++ centerim-4.22.2/src/Makefile.am
@@ -6,6 +6,10 @@
 if HAVE_LIBOTR
 centerim_SOURCES += imotr.cc
 endif
+if HAVE_FRIBIDI
+centerim_LDADD += $(FRIBIDI_LIBS)
+#centerim_CFLAGS += $(FRIBIDI_CFLAGS)
+endif
 if BUILD_FIRETALK
 centerim_LDFLAGS += -L$(top_builddir)/firetalk
 centerim_LDADD += -lfiretalk