Skip to content

Commit

Permalink
Fix configure warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Aug 31, 2014
1 parent 83c6bc2 commit 992dca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions perf/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
INCLUDES = -I$(top_builddir)/include \
-I$(top_srcdir)/include
AM_CPPFLAGS = -I$(top_builddir)/include \
-I$(top_srcdir)/include

noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr inproc_lat inproc_thr

Expand Down
2 changes: 1 addition & 1 deletion tools/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXTRA_DIST = curve_keygen.cpp

INCLUDES = -I$(top_srcdir)/include
AM_CPPFLAGS = -I$(top_srcdir)/include

bin_PROGRAMS = curve_keygen

Expand Down

0 comments on commit 992dca6

Please sign in to comment.