2006-10-13 10:15:20 +02:00
|
|
|
SUBDIRS = src data po
|
2006-10-05 17:08:07 +02:00
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2006-11-29 09:07:41 +01:00
|
|
|
if BUILD_REMOTE_CONTROL
|
|
|
|
OPTIONAL_BIN = scripts/gajim-remote
|
|
|
|
else
|
|
|
|
OPTIONAL_BIN =
|
|
|
|
endif
|
|
|
|
|
|
|
|
bin_SCRIPTS = scripts/gajim $(OPTIONAL_BIN)
|
2006-10-04 02:10:49 +02:00
|
|
|
|
2006-10-04 09:10:36 +02:00
|
|
|
|
2006-10-11 17:40:07 +02:00
|
|
|
docfilesdir = $(docdir)
|
|
|
|
docfiles_DATA = README \
|
|
|
|
README.html \
|
|
|
|
ChangeLog \
|
2006-10-11 19:55:03 +02:00
|
|
|
COPYING \
|
2006-10-11 17:40:07 +02:00
|
|
|
THANKS \
|
2006-10-11 19:55:03 +02:00
|
|
|
AUTHORS
|
|
|
|
|
2006-10-05 17:26:26 +02:00
|
|
|
EXTRA_DIST = \
|
2006-10-11 19:55:03 +02:00
|
|
|
$(docfiles_DATA) \
|
2006-10-04 09:10:36 +02:00
|
|
|
autogen.sh \
|
|
|
|
intltool-extract.in \
|
2006-10-04 02:10:49 +02:00
|
|
|
intltool-merge.in \
|
2006-10-04 09:10:36 +02:00
|
|
|
intltool-update.in \
|
2006-11-29 09:07:41 +01:00
|
|
|
scripts/gajim.in \
|
|
|
|
scripts/gajim-remote.in
|
2006-10-04 02:10:49 +02:00
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
|
|
|
intltool-update \
|
2006-11-29 09:07:41 +01:00
|
|
|
scripts/gajim \
|
|
|
|
scripts/gajim-remote
|
2006-10-11 14:37:08 +02:00
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
configure \
|
|
|
|
Makefile.in \
|
|
|
|
intltool-extract.in \
|
|
|
|
intltool-update.in \
|
|
|
|
intltool-merge.in \
|
|
|
|
ltmain.sh \
|
|
|
|
missing \
|
|
|
|
mkinstalldirs \
|
|
|
|
install-sh \
|
|
|
|
compile \
|
|
|
|
depcomp \
|
|
|
|
config.guess \
|
|
|
|
config.sub \
|
|
|
|
aclocal.m4 \
|
|
|
|
libtool
|