|
diff -dur dbus-glib-0.72/test/core/Makefile.in dbus-glib-0.72-p/test/core/Makefile.in
|
|
--- dbus-glib-0.72/test/core/Makefile.in 2006-10-25 23:14:32.000000000 +0200
|
|
+++ dbus-glib-0.72-p/test/core/Makefile.in 2006-12-30 00:49:47.000000000 +0100
|
|
@@ -389,7 +389,7 @@
|
|
$(LINK) $(test_dbus_glib_LDFLAGS) $(test_dbus_glib_OBJECTS) $(test_dbus_glib_LDADD) $(LIBS)
|
|
test-profile$(EXEEXT): $(test_profile_OBJECTS) $(test_profile_DEPENDENCIES)
|
|
@rm -f test-profile$(EXEEXT)
|
|
- $(LINK) $(test_profile_LDFLAGS) $(test_profile_OBJECTS) $(test_profile_LDADD) $(LIBS)
|
|
+ $(LINK) $(test_profile_LDFLAGS) $(test_profile_OBJECTS) $(test_profile_LDADD) $(LIBS) $(DBUS_GLIB_LIBS)
|
|
test-service-glib$(EXEEXT): $(test_service_glib_OBJECTS) $(test_service_glib_DEPENDENCIES)
|
|
@rm -f test-service-glib$(EXEEXT)
|
|
$(LINK) $(test_service_glib_LDFLAGS) $(test_service_glib_OBJECTS) $(test_service_glib_LDADD) $(LIBS)
|
|
--- dbus-glib-0.72/dbus/examples/Makefile.in 2006-10-25 23:14:31.000000000 +0200
|
|
+++ dbus-glib-0.72-p/dbus/examples/Makefile.in 2006-12-30 00:47:24.000000000 +0100
|
|
@@ -343,7 +343,7 @@
|
|
done
|
|
example-client$(EXEEXT): $(example_client_OBJECTS) $(example_client_DEPENDENCIES)
|
|
@rm -f example-client$(EXEEXT)
|
|
- $(LINK) $(example_client_LDFLAGS) $(example_client_OBJECTS) $(example_client_LDADD) $(LIBS)
|
|
+ $(LINK) $(example_client_LDFLAGS) $(example_client_OBJECTS) $(example_client_LDADD) $(LIBS) $(DBUS_GLIB_LIBS)
|
|
example-service$(EXEEXT): $(example_service_OBJECTS) $(example_service_DEPENDENCIES)
|
|
@rm -f example-service$(EXEEXT)
|
|
$(LINK) $(example_service_LDFLAGS) $(example_service_OBJECTS) $(example_service_LDADD) $(LIBS)
|