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.

24 lines
837 B

  1. Benjamin Schieder:
  2. fix drainbramaged Makefile.in files
  3. --- ./dbus/examples/Makefile.in 2007-03-21 10:36:29.000000000 +0100
  4. +++ ./dbus/examples/Makefile.in.inew 2007-03-21 10:49:06.000000000 +0100
  5. @@ -187,7 +187,7 @@ INTLLIBS = @INTLLIBS@
  6. INTROSPECT_XML_PATH = @INTROSPECT_XML_PATH@
  7. LDFLAGS = @LDFLAGS@
  8. LIBOBJS = @LIBOBJS@
  9. -LIBS = @LIBS@
  10. +LIBS = @LIBS@ @DBUS_GLIB_LIBS@
  11. LIBTOOL = @LIBTOOL@
  12. LN_S = @LN_S@
  13. LTLIBOBJS = @LTLIBOBJS@
  14. --- ./dbus/examples/statemachine/Makefile.in 2007-02-13 15:16:44.000000000 +0100
  15. +++ ./dbus/examples/statemachine/Makefile.in.new 2007-03-21 10:50:20.000000000 +0100
  16. @@ -163,7 +163,7 @@ INTLLIBS = @INTLLIBS@
  17. INTROSPECT_XML_PATH = @INTROSPECT_XML_PATH@
  18. LDFLAGS = @LDFLAGS@
  19. LIBOBJS = @LIBOBJS@
  20. -LIBS = @LIBS@
  21. +LIBS = @LIBS@ @DBUS_GLIB_LIBS@
  22. LIBTOOL = @LIBTOOL@
  23. LN_S = @LN_S@
  24. LTLIBOBJS = @LTLIBOBJS@