mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
1.6 KiB

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)