Mercurial > pidgin
view plugins/gaim-remote/Makefile.am @ 6170:66ab9c9b3524
[gaim-migrate @ 6655]
fix compile on freebsd as per patch 772749 from Matthew Luckie (matthewluckie)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 17 Jul 2003 04:37:56 +0000 |
parents | d188b000e892 |
children | 2e23ccbccdec |
line wrap: on
line source
grincludedir = $(includedir)/gaim-remote plugindir = $(libdir)/gaim lib_LTLIBRARIES = libgaim-remote.la grinclude_HEADERS = \ remote-socket.h \ remote.h libgaim_remote_la_SOURCES = remote-socket.c gaim_remote_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = gaim-remote.la gaim_remote_la_SOURCES = remote.c gaim_remote_la_LIBADD = -lgaim-remote endif INCLUDES = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/plugins \ -DVERSION=\"$(VERSION)\" \ -DDATADIR=\"$(datadir)\" \ $(DEBUG_CFLAGS)