Mercurial > pidgin
view plugins/docklet/Makefile.am @ 5329:5e1eeeba4e68
[gaim-migrate @ 5702]
David Brigada (jsi) writes:
" This patch makes it so that your timestamps are the
same size as your text. Some people don't like it to
be bigger/smaller than their text."
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Thu, 08 May 2003 02:58:40 +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)
