diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-05-11 14:32:10 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-05-11 14:33:08 +0200 |
commit | 09328c5210155300c68c75289ea92a39cb531c09 (patch) | |
tree | f73ae6adf5fe75eb4e1723fcef6ce6c7ed956810 /src | |
parent | 0ba905cf24ab661607891968054afdc04dba6067 (diff) | |
download | strongswan-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.am | 4 |
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: |