Mercurial > pidgin
view console/libgnt/Makefile.am @ 14693:ae0136b0a3ae
[gaim-migrate @ 17445]
Patch #1569730 from Richard Nelson (wabz):
"This patch adds a "Clear" button, timestamp and pause
options, and stops it scrolling down if it's scrolled up."
and
"Also gives the debug window a name, so window managers
can more easily have their way with it."
These changes make the debug window a whole lot more usable.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 08 Oct 2006 03:56:06 +0000 |
parents | 44fb5200c7bb |
children | d1ffbae3a73a |
line wrap: on
line source
SUBDIRS = . wms pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gnt.pc lib_LTLIBRARIES = libgnt.la libgnt_la_SOURCES = \ gntwidget.c \ gntbox.c \ gntbutton.c \ gntcheckbox.c \ gntcolors.c \ gntcombobox.c \ gntentry.c \ gntkeys.c \ gntlabel.c \ gntline.c \ gntmarshal.c \ gntmenu.c \ gntmenuitem.c \ gntstyle.c \ gnttextview.c \ gnttree.c \ gntutils.c \ gntwindow.c \ gntmain.c libgnt_la_headers = \ gntwidget.h \ gntbox.h \ gntbutton.h \ gntcheckbox.h \ gntcolors.h \ gntcombobox.h \ gntentry.h \ gntkeys.h \ gntlabel.h \ gntline.h \ gntmarshal.h \ gntmenu.h \ gntmenuitem.h \ gntstyle.h \ gnttextview.h \ gnttree.h \ gntutils.h \ gntwindow.h \ gntwm.h \ gnt.h libgnt_laincludedir=$(includedir)/gnt libgnt_lainclude_HEADERS = \ $(libgnt_la_headers) libgnt_la_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) libgnt_la_LDFLAGS = -export-dynamic libgnt_la_LIBADD = \ $(GLIB_LIBS) \ $(STATIC_LINK_LIBS) \ $(GNT_LIBS) AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(GNT_CFLAGS) \ -Wall