Mercurial > pidgin
view plugins/docklet/Makefile.am @ 3987:59ff113da8bb
[gaim-migrate @ 4178]
We're dynamyically loading this symbol now, therefore we don't need to link to user32plus.lib
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Tue, 19 Nov 2002 20:10:54 +0000 |
| parents | e23909729192 |
| children | 59751fe608c5 |
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) \ -I$(top_srcdir)/src \ -DVERSION=\"$(VERSION)\" \ -DDATADIR=\"$(datadir)\"
