mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-20 22:31:33 +02:00
Fix configure warning.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = -I$(top_builddir)/include \
|
AM_CPPFLAGS = -I$(top_builddir)/include \
|
||||||
-I$(top_srcdir)/include
|
-I$(top_srcdir)/include
|
||||||
|
|
||||||
noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr inproc_lat inproc_thr
|
noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr inproc_lat inproc_thr
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
EXTRA_DIST = curve_keygen.cpp
|
EXTRA_DIST = curve_keygen.cpp
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/include
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||||
|
|
||||||
bin_PROGRAMS = curve_keygen
|
bin_PROGRAMS = curve_keygen
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user