view plugins/docklet/Makefile.am @ 4525:5426b09731d6

[gaim-migrate @ 4803] (21:27:28) Robot101: er, saving prefs every pixel you move the blist is very stupid. essentially, this behavior is so stupid as to amount to being a bug in and of itself even though we cannot _prove_ it does any harm. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 05 Feb 2003 02:30:28 +0000
parents 59751fe608c5
children b2c8e08508af
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)/src \
	-DVERSION=\"$(VERSION)\" \
	-DDATADIR=\"$(datadir)\" \
	$(DEBUG_CFLAGS)