mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
Fixed out-of-source build
This commit is contained in:
parent
82ab836306
commit
b2d52a3730
@ -4,6 +4,6 @@ INCLUDES = -I$(top_srcdir)/include
|
||||
|
||||
bin_PROGRAMS = curve_keygen
|
||||
|
||||
curve_keygen_LDADD = $(top_srcdir)/src/libzmq.la
|
||||
curve_keygen_LDADD = $(top_builddir)/src/libzmq.la
|
||||
curve_keygen_SOURCES = curve_keygen.c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user