Mercurial > pidgin
view plugins/docklet/Makefile.am @ 4606:864518c3767d
[gaim-migrate @ 4894]
Matthew Smith (smigs) writes:
" I fixed quite a few strings so that there are less
almost-duplicates in the po files (less strings to
translate). All that's done is capitalisation changes
and adding a full stop or two."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 23 Feb 2003 02:21:17 +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)