Mercurial > pidgin
view libpurple/example/Makefile.am @ 15692:562eaef05fe5
Evan, was this line necessary? It causes the following warning
for me when compiling:
eventloop.c: In function 'gaim_input_get_error':
eventloop.c:70: warning: ISO C90 forbids mixed declarations and code
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 24 Feb 2007 20:22:50 +0000 |
| parents | 7e0c0062c428 |
| children | f6b7e893c4f1 |
line wrap: on
line source
bin_PROGRAMS = nullclient nullclient_SOURCES = nullclient.c nullclient_DEPENDENCIES = nullclient_LDFLAGS = -export-dynamic nullclient_LDADD = \ $(DBUS_LIBS) \ $(INTLLIBS) \ $(GLIB_LIBS) \ $(LIBXML_LIBS) \ $(top_builddir)/libpurple/libpurple.la AM_CPPFLAGS = \ -DSTANDALONE \ -DBR_PTHREADS=0 \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)/libpurple/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DSYSCONFDIR=\"$(sysconfdir)\" \ -I$(top_srcdir)/libpurple/ \ -I$(top_srcdir) \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(DBUS_CFLAGS) \ $(LIBXML_CFLAGS)
