--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/plugins/gestures/Makefile.am Mon Apr 16 00:44:33 2007 +0000 @@ -0,0 +1,26 @@ +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)