Mercurial > pidgin
view plugins/gestures/Makefile.am @ 11566:7897207b522d
[gaim-migrate @ 13832]
Don't use the gtk wrapper when you can use glib directly - upnp shouldn't depend on gtk. Also some trailing whitespace fixes - this whole file is using spaces instead of tabs.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 23 Sep 2005 02:39:32 +0000 |
parents | 2cc05a9e944d |
children |
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)/src \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)