Mercurial > pidgin.yaz
changeset 11893:85c0aece7be9
[gaim-migrate @ 14184]
make automake 1.4 quit complaining about this...
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sat, 29 Oct 2005 18:02:34 +0000 |
parents | 31d3cdab1690 |
children | 4bdb7f142020 |
files | plugins/Makefile.am |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/Makefile.am Sat Oct 29 17:53:14 2005 +0000 +++ b/plugins/Makefile.am Sat Oct 29 18:02:34 2005 +0000 @@ -48,6 +48,9 @@ statenotify_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) timestamp_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) +# this can't be in a conditional otherwise automake 1.4 yells +dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS) + if PLUGINS plugin_LTLIBRARIES = \ @@ -80,7 +83,6 @@ if ENABLE_DBUS CLEANFILES = dbus-example-bindings.c -dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS) dbus_example_la_SOURCES = dbus-example.c .PHONY: always