comparison Makefile.am @ 16144:1f42dbf360e3

The .service files for libpurple aren't necessary. Their only purpose is to autostart an application if nothing is listening in a particular namespace. We can't autostart something, because there's no way for us to know which client the user wants. If we end up with Pidgin or Finch DBus stuff later, we can use .service files for those if we want autostart functionality.
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 18:13:53 +0000
parents 598b1b15b199
children 83ec0b408926
comparison
equal deleted inserted replaced
16143:598b1b15b199 16144:1f42dbf360e3
11 README.dbus \ 11 README.dbus \
12 README.mingw \ 12 README.mingw \
13 config.h.mingw \ 13 config.h.mingw \
14 gaim.pc.in \ 14 gaim.pc.in \
15 gaim-uninstalled.pc.in \ 15 gaim-uninstalled.pc.in \
16 purple.service.in \
17 intltool-extract.in \ 16 intltool-extract.in \
18 intltool-merge.in \ 17 intltool-merge.in \
19 intltool-update.in \ 18 intltool-update.in \
20 pidgin.apspec.in \ 19 pidgin.apspec.in \
21 pidgin.spec.in \ 20 pidgin.spec.in \
22 pidgin.desktop.in \ 21 pidgin.desktop.in \
23 po/Makefile.mingw 22 po/Makefile.mingw
24 23
25 noinst_HEADERS = config.h 24 noinst_HEADERS = config.h
26
27 if ENABLE_DBUS
28 dbus_servicedir=$(DBUS_SERVICES_DIR)
29 dbus_service_DATA=purple.service
30 endif
31 25
32 dist-hook: pidgin.spec 26 dist-hook: pidgin.spec
33 cp pidgin.spec $(distdir) 27 cp pidgin.spec $(distdir)
34 rm $(distdir)/config.h 28 rm $(distdir)/config.h
35 29