Makefile.am 191 Bytes
Newer Older
1
EXTRA_DIST = curve_keygen.cpp
2

anonymous's avatar
anonymous committed
3
AM_CPPFLAGS = -I$(top_srcdir)/include
4 5 6

bin_PROGRAMS = curve_keygen

xantares's avatar
xantares committed
7
curve_keygen_LDADD = $(top_builddir)/src/libzmq.la
8
curve_keygen_SOURCES = curve_keygen.cpp
9