view plugins/gaim-remote/Makefile.am @ 6036:547ba881bc7e

[gaim-migrate @ 6486] Fix the --login=[NAME] command line argument. Fix the password prompt when signing on an account with no password set. I made some similar changes that probably fix problems with the filectl plugin, using gaim-remote to sign on an account, and signing on an account via perl script. (The change is calling gaim_account_connect() instead of serv_login().) Fix a silly compiler warning. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Jul 2003 22:24:57 +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)