view plugins/docklet/Makefile.am @ 5750:eb4f129361ca

[gaim-migrate @ 6175] robflynn changelogged russion, which reminded me to changelog all the others. also, i added a couple entries to make the prefs move explicet, and sorted out the changelog entries for 0.65 to date. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 04 Jun 2003 16:57:57 +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)