view plugins/docklet/Makefile.am @ 11990:f08a5365e2c9

[gaim-migrate @ 14283] I haven't quite figured out all of thise size_allocate stuff, but I think I'm starting to get it. Someone should let me know if this actually helps any or what. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 06 Nov 2005 19:47:32 +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)