view plugins/docklet/Makefile.am @ 10210:4d3c2749deec

[gaim-migrate @ 11332] Now checking GAIMLANG and GAIMHOME instead of LANG and HOME env variables, to avoid conflicts with other apps that use them and to avoid HOME env variables intended for cygwin (using unix style path). Removed some obsolete code. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 19 Nov 2004 20:39:09 +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)