Merge pull request #786 from algernon/hotfix/curve_keygen.cpp

tools/: Link curve_keygen with a c++ linker
This commit is contained in:
Richard Newton 2013-12-12 05:24:43 -08:00
commit e14c9bcb23
2 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
EXTRA_DIST = curve_keygen.c
EXTRA_DIST = curve_keygen.cpp
INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = curve_keygen
curve_keygen_LDADD = $(top_builddir)/src/libzmq.la
curve_keygen_SOURCES = curve_keygen.c
curve_keygen_SOURCES = curve_keygen.cpp