view plugins/docklet/Makefile.am @ 11597:036bd21c5560

[gaim-migrate @ 13867] Fix some declarations in cipher.c to be static and rename des_setkey to make FreeBSD happier. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 03 Oct 2005 04:57:30 +0000
parents 2cc05a9e944d
children cae2fb7e8594
line wrap: on
line source

EXTRA_DIST = \
		Makefile.mingw \
		docklet-win32.c

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)