Mercurial > pidgin
view plugins/docklet/Makefile.am @ 4862:0fe2ffdb7906
[gaim-migrate @ 5189]
Win32 interface to gtkspell. If Aspell installation is found
Gaim will load and use gtkspell dll, if not dummy funcs are used.
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Sat, 22 Mar 2003 18:38:25 +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)
