Mercurial > pidgin
view plugins/ticker/Makefile.am @ 4884:5496d1704ee0
[gaim-migrate @ 5214]
Aaron Namba (musicmanan) writes:
" I am using target i386-unknown-freebsd4.7 with perl
5.00503. I had to modify src/perl.c slightly to get it
libintl.a to link properly. I got this idea from
http://archive.develooper.com/perl-xs@perl.org/msg00773.html,
not sure whether it was the proper thing to do. But
gaim seems to work properly.
Here's the diff... "
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 25 Mar 2003 01:20:36 +0000 |
parents | 283fb289c510 |
children | fcc28f5dd0c8 |
line wrap: on
line source
plugindir = $(libdir)/gaim ticker_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = ticker.la ticker_la_SOURCES = \ gtkticker.c \ gtkticker.h \ ticker.c endif CFLAGS += $(DEBUG_CFLAGS) -DDATADIR=\"$(datadir)\" INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -DVERSION=\"$(VERSION)\"