view plugins/gestures/Makefile.am @ 4611:e42d9186a8a0

[gaim-migrate @ 4900] Vincent van Adrighem writes: "A fresh translation, now with dutch messagewindows, dutch gestures-plugin and dutch filetransfer. Could you please add this one to the gaim CVS repository? Thanks a lot!" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 25 Feb 2003 01:16:51 +0000
parents 16540914c963
children 2e23ccbccdec
line wrap: on
line source

plugindir = $(libdir)/gaim

gestures_la_LDFLAGS = -module -avoid-version

if PLUGINS

plugin_LTLIBRARIES = gestures.la

gestures_la_SOURCES = \
	gestures.c \
	gstroke.h \
	gstroke-internal.h \
	stroke.c \
	stroke-draw.c

endif

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