root/branches/gajim_0.11.3/Makefile.am

Revision 7563, 0.8 kB (checked in by asterix, 21 months ago)

[Fab] install gajim-remote only if dbus is present. see #2723

Line 
1SUBDIRS = src data po
2
3ACLOCAL_AMFLAGS = -I m4
4
5if BUILD_REMOTE_CONTROL
6OPTIONAL_BIN = scripts/gajim-remote
7else
8OPTIONAL_BIN =
9endif
10
11bin_SCRIPTS = scripts/gajim $(OPTIONAL_BIN)
12
13
14docfilesdir = $(docdir)
15docfiles_DATA = README \
16                                README.html \
17                                ChangeLog \
18                                COPYING \
19                                THANKS \
20                                AUTHORS
21
22EXTRA_DIST = \
23        $(docfiles_DATA) \
24        autogen.sh                      \
25        intltool-extract.in \
26        intltool-merge.in       \
27        intltool-update.in      \
28        scripts/gajim.in        \
29        scripts/gajim-remote.in
30       
31DISTCLEANFILES =                \
32        intltool-extract        \
33        intltool-merge          \
34        intltool-update         \
35        scripts/gajim           \
36        scripts/gajim-remote
37
38MAINTAINERCLEANFILES = \
39        configure \
40        Makefile.in \
41        intltool-extract.in \
42        intltool-update.in \
43        intltool-merge.in \
44        ltmain.sh \
45        missing \
46        mkinstalldirs \
47        install-sh \
48        compile \
49        depcomp \
50        config.guess \
51        config.sub \
52        aclocal.m4 \
53        libtool
Note: See TracBrowser for help on using the browser.