comparison Makefile.am @ 16326:08557e94840c

merge of 'c14c1a2f0a30615fa91d00b6f77a89b9b37d9bc9' and 'd7182d1649f04a301c89497aff79916a3ca2d006'
author Richard Laager <rlaager@wiktel.com>
date Mon, 23 Apr 2007 16:28:10 +0000
parents 83ec0b408926
children 8748c83af14f
comparison
equal deleted inserted replaced
16031:7873f314fadf 16326:08557e94840c
5 Doxyfile.in \ 5 Doxyfile.in \
6 HACKING \ 6 HACKING \
7 Makefile.mingw \ 7 Makefile.mingw \
8 PLUGIN_HOWTO \ 8 PLUGIN_HOWTO \
9 PROGRAMMING_NOTES \ 9 PROGRAMMING_NOTES \
10 README.SVN \ 10 README.MTN \
11 README.dbus \
12 README.mingw \ 11 README.mingw \
13 config.h.mingw \ 12 config.h.mingw \
14 gaim.pc.in \ 13 gaim.pc.in \
15 gaim-uninstalled.pc.in \ 14 gaim-uninstalled.pc.in \
16 gaim.service.in \
17 intltool-extract.in \ 15 intltool-extract.in \
18 intltool-merge.in \ 16 intltool-merge.in \
19 intltool-update.in \ 17 intltool-update.in \
20 pidgin.apspec.in \ 18 pidgin.apspec.in \
21 pidgin.spec.in \ 19 pidgin.spec.in \
22 pidgin.desktop.in \ 20 pidgin.desktop.in \
23 po/Makefile.mingw 21 po/Makefile.mingw
24 22
25 noinst_HEADERS = config.h 23 noinst_HEADERS = config.h
26
27 if ENABLE_DBUS
28 dbus_servicedir=$(DBUS_SERVICES_DIR)
29 dbus_service_DATA=gaim.service
30 endif
31 24
32 dist-hook: pidgin.spec 25 dist-hook: pidgin.spec
33 cp pidgin.spec $(distdir) 26 cp pidgin.spec $(distdir)
34 rm $(distdir)/config.h 27 rm $(distdir)/config.h
35 28