view gtk/plugins/gestures/Makefile.am @ 14528:7f8ea7ffb1de

[gaim-migrate @ 17249] Don't depend on GConf2. Only use gconftool-2 if it's already installed. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 11 Sep 2006 07:14:39 +0000
parents 60b1bc8dbf37
children 69590c55c748
line wrap: on
line source

plugindir = $(libdir)/gaim

gestures_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)

if PLUGINS

plugin_LTLIBRARIES = gestures.la

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

endif

AM_CPPFLAGS = \
	-DDATADIR=\"$(datadir)\" \
	-DVERSION=\"$(VERSION)\" \
	-I$(top_srcdir)/libgaim \
	-I$(top_srcdir)/gtk \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS)