pidgin/plugins/gestures/Makefile.am

Mon, 30 Apr 2007 18:03:57 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Mon, 30 Apr 2007 18:03:57 +0000
changeset 16788
417d0e8d6f3f
parent 15523
8505bd287c48
child 16238
33bf2fd32108
child 16810
7f257f18af06
child 20478
46933dc62880
permissions
-rw-r--r--

Add padding to structs to fix compiler warnings

plugindir = $(libdir)/pidgin

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

gestures_la_LIBADD = $(GTK_LIBS)

endif

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

mercurial