aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-03-20 09:52:09 -0700
committerBruce A. Mah <bmah@es.net>2014-03-20 09:52:09 -0700
commitad319fac6f465276453a80c836107119909dd4fd (patch)
treee815ff8c0a76210fd94c900f9ef53a02fc6f6d87 /configure.ac
parent082157bdb00446905573a72c0d1369fcba6bff0f (diff)
downloadiperf3-ad319fac6f465276453a80c836107119909dd4fd.tar.gz
automake / libtool support for programs in the examples/ subdirectory.
Addresses part of Issue #152.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bf81973..6a2979f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,4 +46,4 @@ exit 1
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
-AC_OUTPUT([Makefile src/Makefile])
+AC_OUTPUT([Makefile src/Makefile examples/Makefile])