aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-05-11 14:32:10 +0200
committerTobias Brunner <tobias@strongswan.org>2016-05-11 14:33:08 +0200
commit09328c5210155300c68c75289ea92a39cb531c09 (patch)
treef73ae6adf5fe75eb4e1723fcef6ce6c7ed956810 /src
parent0ba905cf24ab661607891968054afdc04dba6067 (diff)
downloadstrongswan-09328c5210155300c68c75289ea92a39cb531c09.tar.bz2
strongswan-09328c5210155300c68c75289ea92a39cb531c09.tar.xz
vici: Put source distribution in the dist dir in the build directory
This fixes the out-of-tree build.
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/plugins/vici/python/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcharon/plugins/vici/python/Makefile.am b/src/libcharon/plugins/vici/python/Makefile.am
index 870975104..20a6f436d 100644
--- a/src/libcharon/plugins/vici/python/Makefile.am
+++ b/src/libcharon/plugins/vici/python/Makefile.am
@@ -21,7 +21,9 @@ dist/vici-$(PYTHON_PACKAGE_VERSION)-py$(PYTHON_VERSION).egg: $(EXTRA_DIST) $(src
-d $(shell readlink -f $(builddir))/dist)
package: $(EXTRA_DIST) $(srcdir)/setup.py
- (cd $(srcdir); $(PYTHON) setup.py sdist bdist_wheel --universal \
+ (cd $(srcdir); $(PYTHON) setup.py sdist \
+ -d $(shell readlink -f $(builddir))/dist \
+ bdist_wheel --universal \
-d $(shell readlink -f $(builddir))/dist)
clean-local: