Skip to content

Commit

Permalink
Minor simplification to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Sep 15, 2013
1 parent 9066851 commit 65ef76b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
EXTRA_DIST = curve_keygen.c z85_codec.h

INCLUDES = -I$(top_builddir)/include \
-I$(top_srcdir)/include
# INCLUDES = -I$(top_srcdir)/include
INCLUDES = -I$(top_srcdir)/include

bin_PROGRAMS = curve_keygen

curve_keygen_LDADD = $(top_builddir)/src/libzmq.la
curve_keygen_LDADD = $(top_srcdir)/src/libzmq.la
curve_keygen_SOURCES = curve_keygen.c

0 comments on commit 65ef76b

Please sign in to comment.