Mercurial > pidgin
view plugins/docklet/Makefile.am @ 4374:2628346f53bd
[gaim-migrate @ 4640]
This was causing problems for the Lukester. I'll try to go back and
figure out what's happening later. For now, dinner!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 21 Jan 2003 01:12:42 +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)