view plugins/docklet/Makefile.am @ 6138:1894de5f7fbd

[gaim-migrate @ 6612] make the docklet do the right thing when the accounts menu item is clicked thanks chickenboycole committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 15 Jul 2003 14:20:13 +0000
parents b2c8e08508af
children fcc28f5dd0c8
line wrap: on
line source

plugindir = $(libdir)/gaim

docklet_la_LDFLAGS = -module -avoid-version

if PLUGINS

plugin_LTLIBRARIES = docklet.la

docklet_la_SOURCES = \
	docklet.h \
	docklet.c \
	eggtrayicon.h \
	eggtrayicon.c \
	trayicon-x11.c

endif

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