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

Makefile.am « src - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bf92b1bdc58e3317baa5cedefc16d720032a368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDES = \
	$(PYTHON_INCLUDES)
export MACOSX_DEPLOYMENT_TARGET=10.4

gajimsrcdir = $(gajim_srcdir)
nobase_dist_gajimsrc_PYTHON = \
	$(srcdir)/*.py \
	$(srcdir)/common/*.py \
	$(srcdir)/common/protocol/*.py \
	$(srcdir)/common/zeroconf/*.py \
	$(srcdir)/command_system/*.py \
	$(srcdir)/command_system/implementation/*.py \
	$(srcdir)/plugins/*.py

dist-hook:
			rm -f $(distdir)/ipython_view.py

MAINTAINERCLEANFILES = Makefile.in