comparison Makefile.am @ 13490:40c5d0508a1a

[gaim-migrate @ 15866] This is a refactoring of the dbus service directory detection stuff. It was originally taken from guifications and that version had problem when a prefix was specificed to configure. Basically it would always try to install into the system directory regardless of --prefix. Anyways, this new code takes that into consideration. Also, I changed the way gaim.service is generated. It's now created from a .in file and has been relocated to the top of the source tree. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sun, 12 Mar 2006 21:09:16 +0000
parents c87ab056417b
children 009db0b357b5
comparison
equal deleted inserted replaced
13489:8b28c8bfb3c0 13490:40c5d0508a1a
3 Doxyfile.in \ 3 Doxyfile.in \
4 gaim.pc.in \ 4 gaim.pc.in \
5 gaim.spec.in \ 5 gaim.spec.in \
6 gaim.apspec.in \ 6 gaim.apspec.in \
7 gaim.desktop.in \ 7 gaim.desktop.in \
8 gaim.service.in \
8 gaim-installer.nsi \ 9 gaim-installer.nsi \
9 HACKING \ 10 HACKING \
10 intltool-extract.in \ 11 intltool-extract.in \
11 intltool-merge.in \ 12 intltool-merge.in \
12 intltool-update.in \ 13 intltool-update.in \
28 gaimincludedir=$(includedir)/gaim 29 gaimincludedir=$(includedir)/gaim
29 gaiminclude_HEADERS = config.h 30 gaiminclude_HEADERS = config.h
30 31
31 pkgconfigdir = $(libdir)/pkgconfig 32 pkgconfigdir = $(libdir)/pkgconfig
32 pkgconfig_DATA = gaim.pc 33 pkgconfig_DATA = gaim.pc
34
35 if ENABLE_DBUS
36 dbus_servicedir=$(DBUS_SERVICES_DIR)
37 dbus_service_DATA=gaim.service
38 endif
33 39
34 dist-hook: gaim.spec 40 dist-hook: gaim.spec
35 cp gaim.spec $(distdir) 41 cp gaim.spec $(distdir)
36 42
37 distcheck-hook: plugins/perl/common/Gaim.pm 43 distcheck-hook: plugins/perl/common/Gaim.pm