comparison finch/Makefile.am @ 28167:77423ba51dd4

As far as I can tell this BR_PTHREADS=0 define was used for binreloc, which we were using for autopackage support. But we don't use that anymore so it should be safe to remove this.
author Mark Doliner <mark@kingant.net>
date Tue, 01 Sep 2009 17:44:35 +0000
parents e33a91b8b8f6
children f5e193735392
comparison
equal deleted inserted replaced
28166:a5fcfbc6f3f9 28167:77423ba51dd4
76 ./libgnt/libgnt.la \ 76 ./libgnt/libgnt.la \
77 $(top_builddir)/libpurple/libpurple.la 77 $(top_builddir)/libpurple/libpurple.la
78 78
79 AM_CPPFLAGS = \ 79 AM_CPPFLAGS = \
80 -DSTANDALONE \ 80 -DSTANDALONE \
81 -DBR_PTHREADS=0 \
82 -DDATADIR=\"$(datadir)\" \ 81 -DDATADIR=\"$(datadir)\" \
83 -DLIBDIR=\"$(libdir)/finch/\" \ 82 -DLIBDIR=\"$(libdir)/finch/\" \
84 -DLOCALEDIR=\"$(datadir)/locale\" \ 83 -DLOCALEDIR=\"$(datadir)/locale\" \
85 -DSYSCONFDIR=\"$(sysconfdir)\" \ 84 -DSYSCONFDIR=\"$(sysconfdir)\" \
86 -I$(top_srcdir)/libpurple/ \ 85 -I$(top_srcdir)/libpurple/ \