Skip to content

Commit

Permalink
Sync with proposed Makefile changes
Browse files Browse the repository at this point in the history
A PR has been created for some proposed Makefile changes. The changes have been included here in case it takes awhile for the changes to be pulled into dev. If nothing else, this PR can be backed out later, and the libbtc-related changes re-added.
  • Loading branch information
droark committed Feb 13, 2018
1 parent 49a15b0 commit 536a4e1
Show file tree
Hide file tree
Showing 19 changed files with 665 additions and 1,628 deletions.
6 changes: 4 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Makefile for BitcoinArmory bitcoin wallet
# Makefile for Bitcoin Armory - Root Makefile
SUBDIRS = cppForSwig
bin_PROGRAMS =
noinst_PROGRAMS =

EXTRA_DIST = *.py *.md LICENSE LICENSE-ATI LICENSE-MIT \
nginx_example.conf imgList.xml autogen.sh \
armoryengine/*.py ui/*.py \
img/* lang/* dpkgfiles/* \
windowsbuild/* linuxbuild/* osxbuild/*

ACLOCAL_AMFLAGS = -I m4
ACLOCAL_AMFLAGS = -I build-aux/m4

lrelease:
if HAVE_GUI
Expand Down
Loading

0 comments on commit 536a4e1

Please sign in to comment.