Mercurial > pidgin.yaz
view pidgin/plugins/gestures/Makefile.am @ 16108:6dab5732a4fd
Fix the HTML-on-IRC issues observed as a result of the bi-di text support
patch. I don't think that patch actually introduced the problem, but made it
more apparent.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 14 Apr 2007 16:37:08 +0000 |
parents | e9c12873fae0 |
children | 441945083737 |
line wrap: on
line source
plugindir = $(libdir)/pidgin gestures_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = gestures.la gestures_la_SOURCES = \ gestures.c \ gstroke.h \ gstroke-internal.h \ stroke.c \ stroke-draw.c gestures_la_LIBADD = $(GTK_LIBS) endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/libpurple \ -I$(top_srcdir)/pidgin \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)