Mercurial > pidgin.yaz
view plugins/gestures/Makefile.am @ 11274:67a929d50cfe
[gaim-migrate @ 13459]
commit the make dist changes to po files, as otherwise it takes 15 minutes
to process them (and a minute amount of time after the first attempt)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 15 Aug 2005 16:22:25 +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)