view plugins/gaim-remote/Makefile.am @ 5873:a18e88c4dace

[gaim-migrate @ 6305] Even MORE of a cleanup! Ooohh yeahhh. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:25:41 +0000
parents 059d95c67cda
children d188b000e892
line wrap: on
line source

plugindir = $(libdir)/gaim

gaim_remote_la_LDFLAGS = -module -avoid-version

if PLUGINS

plugin_LTLIBRARIES = gaim-remote.la

gaim_remote_la_SOURCES = \
	remote.c \
	remote-socket.c \
	remote-socket.h

endif

INCLUDES = \
	-I$(top_srcdir)/src \
	-I$(top_srcdir)/plugins \
	-DVERSION=\"$(VERSION)\" \
	-DDATADIR=\"$(datadir)\" \
	$(DEBUG_CFLAGS)