Mercurial > pidgin.yaz
view plugins/docklet/Makefile.am @ 4393:bca8256a91a6
[gaim-migrate @ 4659]
win32 fix for buddy win resize bug
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Wed, 22 Jan 2003 17:21:30 +0000 |
parents | 59751fe608c5 |
children | b2c8e08508af |
line wrap: on
line source
plugindir = $(libdir)/gaim docklet_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = docklet.la docklet_la_SOURCES = \ docklet.c \ eggtrayicon.h \ eggtrayicon.c endif INCLUDES = \ -I$(top_srcdir)/src \ -DVERSION=\"$(VERSION)\" \ -DDATADIR=\"$(datadir)\" \ $(DEBUG_CFLAGS)