comparison src/Makefile.am @ 11067:2eca9ed49469

[gaim-migrate @ 13048] Modified configure.ac so that it rejects dbus builds with the dbus library older than 0.34 Added a simple object registration system to the dbus implementation so that it is possible to query object properties remotely (eg. give me property "name" of buddy with id = 5). committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Thu, 07 Jul 2005 15:43:48 +0000
parents df0241eb602c
children fdb8ba7a4857
comparison
equal deleted inserted replaced
11066:2507d20c3d0b 11067:2eca9ed49469
146 146
147 if ENABLE_DBUS 147 if ENABLE_DBUS
148 148
149 gaim_coresources += dbus-server.c 149 gaim_coresources += dbus-server.c
150 gaim_coreheaders += dbus-server.h 150 gaim_coreheaders += dbus-server.h
151 bin_PROGRAMS += gaim-client 151
152 # do not use gaim-client, use gaim-send instead
153 # bin_PROGRAMS += gaim-client
152 154
153 dbus-client-bindings.c: dbus-service.xml 155 dbus-client-bindings.c: dbus-service.xml
154 dbus-binding-tool --prefix=gaim_object --mode=glib-client --output=$@ $< 156 dbus-binding-tool --prefix=gaim_object --mode=glib-client --output=$@ $<
155 157
156 dbus-server-bindings.c: dbus-service.xml 158 dbus-server-bindings.c: dbus-service.xml