Mercurial > pidgin
view plugins/gaim-remote/Makefile.am @ 5901:74e273e22f94
[gaim-migrate @ 6333]
Fixed a warning when moving a conversation to the last position in a
window.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 15 Jun 2003 20:23:52 +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)