Mercurial > pidgin.yaz
view plugins/gestures/Makefile.am @ 13855:5b288502a382
[gaim-migrate @ 16314]
New widget GntEntry. It's mostly functional.
Some minor improvements to the box-packing code.
Minor improvements to the skeleton code for gnt, and completely change the name from my initial choice of GN (Glib and Ncurses) to GNT (Gaim Ncurses Toolkit).
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 23 Jun 2006 06:24: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)