Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6556a87c85525ea7f0c5fe07ca5d05e7586f01a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
SUBDIRS = data src po

ACLOCAL_AMFLAGS = -I m4

bin_SCRIPTS = scripts/gajim

commonfilesdir = $(pkgdatadir)
commonfiles_DATA = COPYING	\
				   THANKS	\
				   AUTHORS

docfilesdir = $(docdir)
docfiles_DATA = README \
				README.html \
				ChangeLog \
				THANKS \
				AUTHORS
EXTRA_DIST = \
	$(commonfiles_DATA) \
	autogen.sh			\
	intltool-extract.in \
	intltool-merge.in 	\
	intltool-update.in	\
	scripts/gajim.in
	
DISTCLEANFILES = 		\
	intltool-extract 	\
	intltool-merge 		\
	intltool-update		\
	scripts/gajim

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