view plugins/docklet/Makefile.am @ 5584:cade2082f760

[gaim-migrate @ 5988] (01:09:43) LSchiere: Robot101: you still don't have the docklet compiling (01:10:05) Robot101: http://people.debian.org/~robot101/docklet-ping.diff (01:10:59) LSchiere: commit message? (01:11:15) Sean: why bother? (01:11:27) Robot101: yes (01:11:30) Sean: It still doesn't work. (01:11:34) Robot101: that's why I didn't ask anyone to commit that yet. =) (01:11:37) Robot101: it will work (01:11:50) Robot101: it will just not show connecting icons or an auto-login menu entry committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 31 May 2003 05:12:24 +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)