Skip to content

Commit

Permalink
Add transaction builder to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dexX7 committed Oct 25, 2015
1 parent 7595200 commit b4ffa61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.omnicore.include
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ OMNICORE_H = \
omnicore/activation.h \
omnicore/convert.h \
omnicore/createpayload.h \
omnicore/createtx.h \
omnicore/dex.h \
omnicore/encoding.h \
omnicore/errors.h \
Expand Down Expand Up @@ -38,6 +39,7 @@ OMNICORE_CPP = \
omnicore/activation.cpp \
omnicore/convert.cpp \
omnicore/createpayload.cpp \
omnicore/createtx.cpp \
omnicore/dex.cpp \
omnicore/encoding.cpp \
omnicore/fetchwallettx.cpp \
Expand Down

0 comments on commit b4ffa61

Please sign in to comment.