diff options
| author | Cory Fields <[email protected]> | 2016-06-01 22:19:29 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-06-01 22:20:59 -0400 |
| commit | 92e37a368900542700480143af278f66cbe558db (patch) | |
| tree | 1195fb445ab81112875ce74f04e4821f36900203 | |
| parent | build: a few ugly hacks to get the rpc tests working out-of-tree (diff) | |
| download | discoin-92e37a368900542700480143af278f66cbe558db.tar.xz discoin-92e37a368900542700480143af278f66cbe558db.zip | |
build: fix out-of-tree 'make deploy' for osx
The plist is generated, lives in builddir.
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9957968f8..b93748e32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ OSX_DSSTORE_GEN=$(top_srcdir)/contrib/macdeploy/custom_dsstore.py OSX_DEPLOY_SCRIPT=$(top_srcdir)/contrib/macdeploy/macdeployqtplus OSX_FANCY_PLIST=$(top_srcdir)/contrib/macdeploy/fancy.plist OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/bitcoin.icns -OSX_PLIST=$(top_srcdir)/share/qt/Info.plist #not installed +OSX_PLIST=$(top_builddir)/share/qt/Info.plist #not installed OSX_QT_TRANSLATIONS = da,de,es,hu,ru,uk,zh_CN,zh_TW DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md) |