comparison src/Makefile.am @ 11351:23f5b11fd9eb

[gaim-migrate @ 13570] *** empty log message *** committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Fri, 26 Aug 2005 18:36:19 +0000
parents 2de0bf90a474
children c84c35ee8202
comparison
equal deleted inserted replaced
11350:b073da869a55 11351:23f5b11fd9eb
221 echo "Name=org.gaim.GaimService" >> $@ 221 echo "Name=org.gaim.GaimService" >> $@
222 echo "Exec=$(bindir)/gaim" >> $@ 222 echo "Exec=$(bindir)/gaim" >> $@
223 223
224 #Ideally, this directory should be autodetected, and the user should 224 #Ideally, this directory should be autodetected, and the user should
225 #be able to specify it as an option to "configure" 225 #be able to specify it as an option to "configure"
226 dbus_servicesdir = /usr/share/dbus-1/services 226 dbus_sessiondir = $(DBUS_SESSION_DIR)
227 dbus_services_DATA = gaim.service 227 dbus_session_DATA = gaim.service
228 228
229 endif 229 endif
230 230
231 bin_PROGRAMS = gaim gaim-remote $(gaim_clientbP) 231 bin_PROGRAMS = gaim gaim-remote $(gaim_clientbP)
232 232