Mercurial > pidgin.yaz
view console/libgnt/Makefile.am @ 13947:25c55fb4b512
[gaim-migrate @ 16487]
Fix SF Bug #1517875
"The text replacement plugin is finally a good thing to
use. Unfortunately, it advertises case sensitivity
falsely. Try, for example, adding 'h' and 'H' as two
separate text replacements. ;-)"
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 11 Jul 2006 20:47:11 +0000 |
parents | 25be562aaca8 |
children | a71678d2da16 |
line wrap: on
line source
pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gnt.pc lib_LTLIBRARIES = libgnt.la libgnt_la_SOURCES = \ gntwidget.c \ gntbox.c \ gntbutton.c \ gntcolors.c \ gntcombobox.c \ gntentry.c \ gntlabel.c \ gntline.c \ gntmarshal.c \ gnttextview.c \ gnttree.c \ gntmain.c libgnt_la_headers = \ gntwidget.h \ gntbox.h \ gntbutton.h \ gntcolors.h \ gntcombobox.h \ gntentry.h \ gntkeys.h \ gntlabel.h \ gntline.h \ gntmarshal.h \ gnttextview.h \ gnttree.h \ gnt.h libgnt_laincludedir=$(includedir)/gnt libgnt_lainclude_HEADERS = \ $(libgnt_la_headers) libgnt_la_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) $(MS_LIBS) libgnt_la_LDFLAGS = -export-dynamic libgnt_la_LIBADD = \ $(GLIB_LIBS) \ $(STATIC_LINK_LIBS) \ -lncursesw -lpanelw AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ -Wall