Skip to content

Commit 89629eb

Browse files
committed
Merge #52: build: add MINISKETCH_INCLUDE_DIR_INT variable
84a121c build: add MINISKETCH_INCLUDE_DIR_INT variable (fanquake) Pull request description: Just a convenient way for downstream projects to use the include dir. Similar to what we have in the Univalue subtree now. cc theuni ACKs for top commit: sipa: utACK 84a121c Tree-SHA512: 226a350f2b8f08695e9c3934bda501242e4ceb0ff61680ee20302eb533aae4db5cae09ef700fe3250282ef60a412f460853c208db23c2bef7b58466a18ce3fc8
2 parents c1a4488 + 84a121c commit 89629eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
# downstreams to use these variables without having to manually account for
99
# the path change.
1010

11+
MINISKETCH_INCLUDE_DIR_INT = %reldir%/include
12+
1113
MINISKETCH_DIST_HEADERS_INT =
1214
MINISKETCH_DIST_HEADERS_INT += %reldir%/include/minisketch.h
1315

0 commit comments

Comments
 (0)