view plugins/docklet/Makefile.am @ 10750:d5a00882d118

[gaim-migrate @ 12353] The notify ui_handle is going to be NULL for all uri type notifications. It seems that we maybe shouldn't be storing the uri notification sin the notify handles list at all, but I suppose it could be useful for some other UI committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 27 Mar 2005 17:39:22 +0000
parents 8f94cce8faa5
children 2cc05a9e944d
line wrap: on
line source

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

plugindir = $(libdir)/gaim

docklet_la_LDFLAGS = -module -avoid-version

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)