comparison libpurple/Makefile.am @ 18587:66f2354fb0fd

move STATIC_LINK_LIBS up in link order to ensure its dependencies get included properly. Patch #2216 from IgorVlasenko
author Sean Egan <seanegan@gmail.com>
date Sat, 21 Jul 2007 19:31:08 +0000
parents 95731e366df2
children cc41918086bd 4167e2d7ebef
comparison
equal deleted inserted replaced
18583:cf7297803a73 18587:66f2354fb0fd
223 $(dbus_headers) 223 $(dbus_headers)
224 224
225 libpurple_la_DEPENDENCIES = $(STATIC_LINK_LIBS) 225 libpurple_la_DEPENDENCIES = $(STATIC_LINK_LIBS)
226 libpurple_la_LDFLAGS = -export-dynamic -version-info $(PURPLE_LT_VERSION_INFO) -no-undefined 226 libpurple_la_LDFLAGS = -export-dynamic -version-info $(PURPLE_LT_VERSION_INFO) -no-undefined
227 libpurple_la_LIBADD = \ 227 libpurple_la_LIBADD = \
228 $(STATIC_LINK_LIBS) \
228 $(DBUS_LIBS) \ 229 $(DBUS_LIBS) \
229 $(GLIB_LIBS) \ 230 $(GLIB_LIBS) \
230 $(LIBXML_LIBS) \ 231 $(LIBXML_LIBS) \
231 $(LIBNM_LIBS) \ 232 $(LIBNM_LIBS) \
232 $(STATIC_LINK_LIBS) \
233 $(INTLLIBS) \ 233 $(INTLLIBS) \
234 -lm 234 -lm
235 235
236 AM_CPPFLAGS = \ 236 AM_CPPFLAGS = \
237 -DBR_PTHREADS=0 \ 237 -DBR_PTHREADS=0 \