Mercurial > pidgin
view src/protocols/sametime/Makefile.am @ 11247:e5aa4398003e
[gaim-migrate @ 13416]
Fix the bug where our screen name would not be shown when sending an
IM to someone over protocols where you do not have a server-side alias,
and you have not set a self-alias for yourself.
This was caused by Sean's commit of a patch which brough conversastion.c
to revision 1.644. Anyone know the reason for this change? The
commit message was
"Todd Troxell removed IM aliases from chat rooms. Unfortunate, but necessary"
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 13 Aug 2005 02:26:57 +0000 |
| parents | 97b47ec310df |
| children | 1a2eaba2bc13 |
line wrap: on
line source
SUBDIRS = meanwhile EXTRA_DIST = Makefile.mingw pkgdir = $(libdir)/gaim noinst_HEADERS = sametime.h sametime_SOURCES = sametime.c if STATIC_SAMETIME st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = libsametime.a libsametime_a_SOURCES = $(sametime_SOURCES) libsametime_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libsametime.la libsametime_la_SOURCES = $(sametime_SOURCES) endif libsametime_la_LDFLAGS = -module -avoid-version -no-undefined libsametime_la_LIBADD = $(GLIB_LIBS) meanwhile/libmeanwhile.la AM_CFLAGS = \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS) \ -I$(top_srcdir)/src \ -Imeanwhile AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"meanwhile\" \ $(st)
