view plugins/docklet/Makefile.am @ 12426:98be11e744a8

[gaim-migrate @ 14733] For some reason, in some cases we're setting the "message" property on statuses when a remote user logs out; it appears to be because we're actually getting that property from OSCAR. This suppresses that setting, because the status API isn't happy receiving a NULL status type. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 09 Dec 2005 03:28:56 +0000
parents cae2fb7e8594
children 42e6c5e038d8
line wrap: on
line source

EXTRA_DIST = \
		Makefile.mingw   \
		docklet-win32.c  \
		MinimizeToTray.c \
		MinimizeToTray.h

plugindir = $(libdir)/gaim

docklet_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)

if PLUGINS

plugin_LTLIBRARIES = docklet.la

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

endif

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