view plugins/docklet/Makefile.am @ 4164:a55c2a0ddcd4

[gaim-migrate @ 4393] The chat list plugin wasn't working, due to a left-over variable that is in a perpetual state of NULLness, and the checking of that variable for a value before loading chats. Fixed. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Jan 2003 03:03:25 +0000
parents e23909729192
children 59751fe608c5
line wrap: on
line source

plugindir = $(libdir)/gaim

docklet_la_LDFLAGS = -module -avoid-version

if PLUGINS

plugin_LTLIBRARIES = docklet.la

docklet_la_SOURCES = \
	docklet.c \
	eggtrayicon.h \
	eggtrayicon.c

endif

INCLUDES = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/src \
	-DVERSION=\"$(VERSION)\" \
	-DDATADIR=\"$(datadir)\"