comparison Makefile.am @ 15925:5b065c7ff5cd

merge of '04076a446ca2bc48c37d00b8b255bc1311b6c51c' and '8a20c90142cacba36041509da3a0e11499df3ebc'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 26 Mar 2007 01:55:33 +0000
parents 88d626a179a6
children 1260354ed92d
comparison
equal deleted inserted replaced
15850:f771cdcc551a 15925:5b065c7ff5cd
8 PLUGIN_HOWTO \ 8 PLUGIN_HOWTO \
9 PROGRAMMING_NOTES \ 9 PROGRAMMING_NOTES \
10 README.SVN \ 10 README.SVN \
11 README.dbus \ 11 README.dbus \
12 README.mingw \ 12 README.mingw \
13 config.h.mingw \
13 gaim.pc.in \ 14 gaim.pc.in \
14 gaim.spec.in \ 15 gaim-uninstalled.pc.in \
15 gaim.apspec.in \
16 pidgin.desktop.in \
17 gaim.service.in \ 16 gaim.service.in \
18 intltool-extract.in \ 17 intltool-extract.in \
19 intltool-merge.in \ 18 intltool-merge.in \
20 intltool-update.in \ 19 intltool-update.in \
21 config.h.mingw \ 20 pidgin.apspec.in \
21 pidgin.spec.in \
22 pidgin.desktop.in \
22 po/Makefile.mingw 23 po/Makefile.mingw
23 24
24 noinst_HEADERS = config.h 25 noinst_HEADERS = config.h
25
26 pkgconfigdir = $(libdir)/pkgconfig
27 pkgconfig_DATA = gaim.pc
28 26
29 if ENABLE_DBUS 27 if ENABLE_DBUS
30 dbus_servicedir=$(DBUS_SERVICES_DIR) 28 dbus_servicedir=$(DBUS_SERVICES_DIR)
31 dbus_service_DATA=gaim.service 29 dbus_service_DATA=gaim.service
32 endif 30 endif
33 31
34 dist-hook: gaim.spec 32 dist-hook: pidgin.spec
35 cp gaim.spec $(distdir) 33 cp pidgin.spec $(distdir)
36 rm $(distdir)/config.h 34 rm $(distdir)/config.h
37 35
38 distcheck-hook: libpurple/plugins/perl/common/Gaim.pm gtk/plugins/perl/common/GtkUI.pm 36 distcheck-hook: libpurple/plugins/perl/common/Purple.pm pidgin/plugins/perl/common/GtkUI.pm
39 # cp libpurple/plugins/perl/common/Gaim.pm $(distdir)/libpurple/plugins/perl/common 37 # cp libpurple/plugins/perl/common/Gaim.pm $(distdir)/libpurple/plugins/perl/common
40 38
41 appsdir = $(datadir)/applications 39 appsdir = $(datadir)/applications
42 apps_in_files = pidgin.desktop.in 40 apps_in_files = pidgin.desktop.in
43 apps_DATA = $(apps_in_files:.desktop.in=.desktop) 41 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
64 62
65 # perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which 63 # perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which
66 # breaks "make distcheck" unless we ignore perl things 64 # breaks "make distcheck" unless we ignore perl things
67 65
68 distuninstallcheck_listfiles = \ 66 distuninstallcheck_listfiles = \
69 find . -type f -print | grep -v perl | grep -v Gaim.3pm 67 find . -type f -print | grep -v perl | grep -v Purple.3pm
70 68
71 DISTCLEANFILES= pidgin.desktop libpurple/gconf/gaim.schemas intltool-extract \ 69 DISTCLEANFILES= pidgin.desktop libpurple/gconf/purple.schemas intltool-extract \
72 intltool-merge intltool-update 70 intltool-merge intltool-update
73 71
74 ACLOCAL_AMFLAGS = -I m4 72 ACLOCAL_AMFLAGS = -I m4