]> git.pld-linux.org Git - packages/dbus-glib.git/blame - dbus-glib-as-needed.patch
- updated to 0.88
[packages/dbus-glib.git] / dbus-glib-as-needed.patch
CommitLineData
9a380225
MB
1diff -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
35e09836
JB
4@@ -104,7 +104,7 @@
5
6 dbus_bash_completion_helper_SOURCES = \
7 dbus-bash-completion-helper.c
9a380225
MB
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
35e09836
JB
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.058515 seconds and 4 git commands to generate.