Mercurial > pidgin
view src/protocols/silc/Makefile.am @ 12665:cdbef02c91e9
[gaim-migrate @ 15008]
SF Patch #1390129 from Sadrul
"I have never used this plugin. But I have been noticing
a warning about this iconaway plugin in the
debug-window for a long time. This patch at least gets
rid of that. This patch may also make it work as was
intended. But I am not sure."
I don't use this plugin either. This looks correct to me. Someone that really uses it should verify.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 28 Dec 2005 09:01:41 +0000 |
parents | 7bef0fa7d4aa |
children |
line wrap: on
line source
EXTRA_DIST = README TODO Makefile.mingw pkgdir = $(libdir)/gaim SILCSOURCES = silc.c silcgaim.h buddy.c chat.c ft.c ops.c pk.c util.c wb.c wb.h AM_CFLAGS = $(st) libsilcgaim_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_SILC st = -DGAIM_STATIC_PRPL $(SILC_CFLAGS) noinst_LIBRARIES = libsilcgaim.a pkg_LTLIBRARIES = libsilcgaim_a_SOURCES = $(SILCSOURCES) libsilcgaim_a_CFLAGS = $(AM_CFLAGS) libsilcgaim_a_LIBADD = $(SILC_LIBS) else st = $(SILC_CFLAGS) pkg_LTLIBRARIES = libsilcgaim.la noinst_LIBRARIES = libsilcgaim_la_SOURCES = $(SILCSOURCES) libsilcgaim_la_LIBADD = $(SILC_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)