view plugins/docklet/Makefile.am @ 7881:e2435504d19c

[gaim-migrate @ 8535] (19:02:39) marv: speaking of changelogs, that can't join yahoo chat's with profile fix might be change log worthy, it seemed to bite a lot of people committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 15 Dec 2003 00:06:20 +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)