view plugins/docklet/Makefile.am @ 6215:643c7d3a18c2

[gaim-migrate @ 6701] Sleep another hour dear just close your eyes For the time is fading quickly from our sides And whispers after midnight echo `til the dawn So close my dear until the night is gone committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 18 Jul 2003 14:30:22 +0000
parents 3e3ee3cba192
children 30326e667577
line wrap: on
line source

EXTRA_DIST = \
		Makefile.mingw

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

INCLUDES = \
	-I$(top_srcdir)/src \
	-DVERSION=\"$(VERSION)\" \
	-DDATADIR=\"$(datadir)\" \
	$(DEBUG_CFLAGS)