view pidgin/plugins/cap/Makefile.am @ 22626:2e16a86883c7

Patch from fmoo to make double-clicking or hitting enter on a chatroom user open an IM with them. It's equivalent to right-clicking them and picking IM, so should work no worse than that does in the case where you don't actually know an XMPP MUC participant's real JID. Fixes #1935
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 11 Apr 2008 22:53:34 +0000
parents 926b94050ba7
children 92e71f6e10d4
line wrap: on
line source

capdir = $(libdir)/pidgin

cap_la_LDFLAGS = -module -avoid-version

if PLUGINS

cappixdir = $(datadir)/pixmaps/pidgin/buttons

cap_LTLIBRARIES = cap.la

cap_la_SOURCES = \
	cap.h \
	cap.c \
	cap_statistics.h

endif

cap_la_LIBADD = $(GTK_LIBS) $(SQLITE3_LIBS)

AM_CPPFLAGS = \
	-DDATADIR=\"$(datadir)\" \
	-I$(top_srcdir)/libpurple \
	-I$(top_builddir)/libpurple \
	-I$(top_srcdir)/pidgin \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS) \
	$(SQLITE3_CFLAGS)

EXTRA_DIST = Makefile.mingw