Skip to content

Commit

Permalink
Improve dist rule of Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
glv2 committed May 31, 2019
1 parent 4398e45 commit c167d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
AUTOMAKE_OPTIONS = subdir-objects
AUTOMAKE_OPTIONS = subdir-objects dist-lzip
bin_PROGRAMS = bruteforce-wallet
bruteforce_wallet_SOURCES = src/bruteforce-wallet.c src/elliptic-curve.c
bruteforce_wallet_SOURCES = src/bruteforce-wallet.c src/elliptic-curve.c src/elliptic-curve.h src/version.h
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(bruteforce_wallet, 1.5.2)
AC_INIT(bruteforce-wallet, 1.5.2)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR(src/bruteforce-wallet.c)

Expand Down

0 comments on commit c167d1f

Please sign in to comment.