view plugins/docklet/Makefile.am @ 4353:539cccfffa46

[gaim-migrate @ 4618] I have to keep my adopted baby in line, lest it turn to the dark side and try to light saber me to death. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 20 Jan 2003 00:49:52 +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)