]> git.pld-linux.org Git - packages/dbus-glib.git/blob - dbus-glib-as-needed.patch
- updated to 0.88
[packages/dbus-glib.git] / dbus-glib-as-needed.patch
1 diff -urN dbus-glib-0.80/dbus/Makefile.am dbus-glib-0.80.new/dbus/Makefile.am
2 --- dbus-glib-0.80/dbus/Makefile.am     2009-01-30 22:05:36.000000000 +0100
3 +++ dbus-glib-0.80.new/dbus/Makefile.am 2009-04-04 15:08:02.274354687 +0200
4 @@ -104,7 +104,7 @@
5  
6  dbus_bash_completion_helper_SOURCES =                  \
7         dbus-bash-completion-helper.c
8 -dbus_bash_completion_helper_LDADD=$(DBUS_LIBS) $(DBUS_GLIB_LIBS) $(builddir)/libdbus-gtool.la -lexpat $(builddir)/libdbus-glib-1.la
9 +dbus_bash_completion_helper_LDADD=$(builddir)/libdbus-gtool.la $(builddir)/libdbus-glib-1.la $(DBUS_LIBS) $(DBUS_GLIB_LIBS) -lexpat 
10  
11  
12  EXTRA_DIST=dbus-gmarshal.list make-dbus-glib-error-switch.sh make-dbus-glib-error-enum.sh dbus-bash-completion.sh.in
This page took 0.061156 seconds and 3 git commands to generate.