|
Revision 7563, 0.8 kB
(checked in by asterix, 23 months ago)
|
|
[Fab] install gajim-remote only if dbus is present. see #2723
|
| Line | |
|---|
| 1 | SUBDIRS = src data po |
|---|
| 2 | |
|---|
| 3 | ACLOCAL_AMFLAGS = -I m4 |
|---|
| 4 | |
|---|
| 5 | if BUILD_REMOTE_CONTROL |
|---|
| 6 | OPTIONAL_BIN = scripts/gajim-remote |
|---|
| 7 | else |
|---|
| 8 | OPTIONAL_BIN = |
|---|
| 9 | endif |
|---|
| 10 | |
|---|
| 11 | bin_SCRIPTS = scripts/gajim $(OPTIONAL_BIN) |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | docfilesdir = $(docdir) |
|---|
| 15 | docfiles_DATA = README \ |
|---|
| 16 | README.html \ |
|---|
| 17 | ChangeLog \ |
|---|
| 18 | COPYING \ |
|---|
| 19 | THANKS \ |
|---|
| 20 | AUTHORS |
|---|
| 21 | |
|---|
| 22 | EXTRA_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 | |
|---|
| 31 | DISTCLEANFILES = \ |
|---|
| 32 | intltool-extract \ |
|---|
| 33 | intltool-merge \ |
|---|
| 34 | intltool-update \ |
|---|
| 35 | scripts/gajim \ |
|---|
| 36 | scripts/gajim-remote |
|---|
| 37 | |
|---|
| 38 | MAINTAINERCLEANFILES = \ |
|---|
| 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 |
|---|