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

Benjamin Schieder:
fix drainbramaged Makefile.in files
--- ./dbus/examples/Makefile.in 2007-03-21 10:36:29.000000000 +0100
+++ ./dbus/examples/Makefile.in.inew 2007-03-21 10:49:06.000000000 +0100
@@ -187,7 +187,7 @@ INTLLIBS = @INTLLIBS@
INTROSPECT_XML_PATH = @INTROSPECT_XML_PATH@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ @DBUS_GLIB_LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
--- ./dbus/examples/statemachine/Makefile.in 2007-02-13 15:16:44.000000000 +0100
+++ ./dbus/examples/statemachine/Makefile.in.new 2007-03-21 10:50:20.000000000 +0100
@@ -163,7 +163,7 @@ INTLLIBS = @INTLLIBS@
INTROSPECT_XML_PATH = @INTROSPECT_XML_PATH@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ @DBUS_GLIB_LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@