Mercurial > pidgin.yaz
view gtk/plugins/gestures/Makefile.am @ 14407:2a5ec27c3f0c
[gaim-migrate @ 17115]
This should fix the problem. I am not sure why this is necessary though.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 01 Sep 2006 18:29:50 +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)