dbus/test/name-test Makefile.am,1.6,1.7

John Palmieri johnp at kemper.freedesktop.org
Thu Oct 26 11:06:09 PDT 2006


Update of /cvs/dbus/dbus/test/name-test
In directory kemper:/tmp/cvs-serv18224/test/name-test

Modified Files:
	Makefile.am 
Log Message:
* configure.in, dbus-1.pc.in: Check to see if thread methods 
  are in glibc or libpthread and add -lpthread to the link stage 
  if it is the latter



Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/test/name-test/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	11 Oct 2006 17:30:58 -0000	1.6
+++ Makefile.am	26 Oct 2006 18:06:07 -0000	1.7
@@ -21,19 +21,19 @@
 test_names_SOURCES=				\
 	test-names.c
 
-test_names_LDADD=$(top_builddir)/dbus/libdbus-convenience.la
+test_names_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_TEST_LIBS)
 test_names_LDFLAGS=@R_DYNAMIC_LDFLAG@
 
 test_pending_call_dispatch_SOURCES =		\
 	test-pending-call-dispatch.c
 
-test_pending_call_dispatch_LDADD=$(top_builddir)/dbus/libdbus-convenience.la
+test_pending_call_dispatch_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_TEST_LIBS)
 test_pending_call_dispatch_LDFLAGS=@R_DYNAMIC_LDFLAG@
 
 test_threads_init_SOURCES =            \
 	test-threads-init.c
 
-test_threads_init_LDADD=$(top_builddir)/dbus/libdbus-convenience.la
+test_threads_init_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_TEST_LIBS)
 test_threads_init_LDFLAGS=@R_DYNAMIC_LDFLAG@
 
 endif



More information about the dbus-commit mailing list