Mercurial > pidgin
view libpurple/protocols/simple/Makefile.am @ 16766:1de66d5d1de8
if you're offline, and right-click on a group, you shouldn't be presented
with the ability to add a buddy
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Wed, 02 May 2007 03:20:20 +0000 |
parents | ce049678a67b |
children | 441945083737 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) SIMPLESOURCES = \ simple.c \ simple.h \ sipmsg.c \ sipmsg.h AM_CFLAGS = $(st) libsimple_la_LDFLAGS = -module -avoid-version if STATIC_MSN st = -DPURPLE_STATIC_PRPL noinst_LIBRARIES = libsimple.a libsimple_a_SOURCES = $(SIMPLESOURCES) libsimple_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libsimple.la libsimple_la_SOURCES = $(SIMPLESOURCES) libsimple_la_LIBADD = $(GLIB_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)