Mercurial > pidgin.yaz
view console/Makefile.am @ 14568:c449f2b6f52f
[gaim-migrate @ 17292]
An oops unrelated to my last commit, go figure.
Gaim::GtkUI::StatusBox functions don't need a leading _.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sun, 17 Sep 2006 05:44:22 +0000 |
parents | 108ab3e74d51 |
children | bcf89a7c69db |
line wrap: on
line source
if ENABLE_GNT SUBDIRS = libgnt plugins bin_PROGRAMS = gntgaim gntgaim_SOURCES = \ gntaccount.c \ gntblist.c \ gntconn.c \ gntconv.c \ gntdebug.c \ gntgaim.c \ gntnotify.c \ gntplugin.c \ gntprefs.c \ gntrequest.c \ gntstatus.c \ gntui.c gntgaim_headers = \ gntaccount.h \ gntblist.h \ gntconn.h \ gntconv.h \ gntdebug.h \ gntgaim.h \ gntnotify.h \ gntplugin.h \ gntprefs.h \ gntrequest.h \ gntstatus.h \ gntui.h gntgaimincludedir=$(includedir)/gaim/gnt gntgaiminclude_HEADERS = \ $(gntgaim_headers) gntgaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) gntgaim_LDFLAGS = -export-dynamic gntgaim_LDADD = \ @LIBOBJS@ \ $(DBUS_LIBS) \ $(STATIC_LINK_LIBS) \ $(INTLLIBS) \ $(GLIB_LIBS) \ $(LIBXML_LIBS) \ $(GNT_LIBS) \ ./libgnt/libgnt.la \ $(top_builddir)/libgaim/libgaim.la AM_CPPFLAGS = \ -DSTANDALONE \ -DBR_PTHREADS=0 \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)/gaim/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DSYSCONFDIR=\"$(sysconfdir)\" \ -I$(top_srcdir)/libgaim/ \ -I$(top_srcdir) \ -I$(srcdir)/libgnt/ \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(DBUS_CFLAGS) \ $(LIBXML_CFLAGS) \ $(GNT_CFLAGS) endif