comparison console/libgnt/wms/Makefile.am @ 14343:0387a167f342

[gaim-migrate @ 17044] A WM can now act on keystrokes. As an example, the sample WM will toggle the buddylist on pressing Alt+b. Mouse clicking and scrolling is now supported in most/all widgets. To use a WM, you need to add "wm=/path/to/wm.so" under [general] in ~/.gntrc. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 26 Aug 2006 12:54:39 +0000
parents b1b76fb9c739
children 7b590ba06651
comparison
equal deleted inserted replaced
14342:12156328fb4f 14343:0387a167f342
14 EXTRA_DIST = 14 EXTRA_DIST =
15 15
16 AM_CPPFLAGS = \ 16 AM_CPPFLAGS = \
17 -DDATADIR=\"$(datadir)\" \ 17 -DDATADIR=\"$(datadir)\" \
18 -DVERSION=\"$(VERSION)\" \ 18 -DVERSION=\"$(VERSION)\" \
19 -I$(top_srcdir)/libgaim \
20 -I$(top_srcdir)/console \
19 -I$(top_srcdir)/console/libgnt \ 21 -I$(top_srcdir)/console/libgnt \
20 $(DEBUG_CFLAGS) \ 22 $(DEBUG_CFLAGS) \
21 $(GLIB_CFLAGS) \ 23 $(GLIB_CFLAGS) \
22 $(PLUGIN_CFLAGS) 24 $(PLUGIN_CFLAGS)
23 25