Skip to content

Commit 87a17b8

Browse files
committed
Fix out-of-tree builds
1 parent 08a46b6 commit 87a17b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ libwallycore_la_INCLUDES = \
201201
include/wally_script.h \
202202
include/wally_transaction.h
203203

204-
libwallycore_la_CFLAGS = -I$(top_srcdir) -Iccan -DWALLY_CORE_BUILD=1 $(AM_CFLAGS)
204+
libwallycore_la_CFLAGS = -I$(top_srcdir) -I$(srcdir)/ccan -DWALLY_CORE_BUILD=1 $(AM_CFLAGS)
205205
libwallycore_la_LIBADD = $(LIBADD_SECP256K1) $(noinst_LTLIBRARIES)
206206

207207
SUBDIRS = secp256k1

0 commit comments

Comments
 (0)