view plugins/docklet/Makefile.am @ 12925:fd734d1fb2f4

[gaim-migrate @ 15278] <wabz> uhm, this is very embarrassing, but psychic.c line 38 should start with at "!".... Of course, I didn't notice it either, and I'm supposed to have been checking this. So, whoops. committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Wed, 18 Jan 2006 03:44:18 +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)