2006-10-13 08:15:20 +00:00
|
|
|
SUBDIRS = src data po
|
2006-10-05 15:08:07 +00:00
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2006-11-29 08:07:41 +00:00
|
|
|
if BUILD_REMOTE_CONTROL
|
|
|
|
OPTIONAL_BIN = scripts/gajim-remote
|
|
|
|
else
|
|
|
|
OPTIONAL_BIN =
|
|
|
|
endif
|
|
|
|
|
|
|
|
bin_SCRIPTS = scripts/gajim $(OPTIONAL_BIN)
|
2006-10-04 00:10:49 +00:00
|
|
|
|
2006-10-04 07:10:36 +00:00
|
|
|
|
2006-10-11 15:40:07 +00:00
|
|
|
docfilesdir = $(docdir)
|
|
|
|
docfiles_DATA = README \
|
|
|
|
README.html \
|
|
|
|
ChangeLog \
|
2006-10-11 17:55:03 +00:00
|
|
|
COPYING \
|
2006-10-11 15:40:07 +00:00
|
|
|
THANKS \
|
2006-10-11 17:55:03 +00:00
|
|
|
AUTHORS
|
|
|
|
|
2006-10-05 15:26:26 +00:00
|
|
|
EXTRA_DIST = \
|
2006-10-11 17:55:03 +00:00
|
|
|
$(docfiles_DATA) \
|
2006-10-04 07:10:36 +00:00
|
|
|
autogen.sh \
|
|
|
|
intltool-extract.in \
|
2006-10-04 00:10:49 +00:00
|
|
|
intltool-merge.in \
|
2006-10-04 07:10:36 +00:00
|
|
|
intltool-update.in \
|
2006-11-29 08:07:41 +00:00
|
|
|
scripts/gajim.in \
|
|
|
|
scripts/gajim-remote.in
|
2006-10-04 00:10:49 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
|
|
|
intltool-update \
|
2006-11-29 08:07:41 +00:00
|
|
|
scripts/gajim \
|
|
|
|
scripts/gajim-remote
|
2006-10-11 12:37:08 +00: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
|