aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@topspin.com>2004-12-28 02:27:17 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:56 -0800
commit81ce6f127dbdd8c5ee8b7ea5760219ece82f3e7c (patch)
treee543033b2f00db426aa76b9c5b3f043cbc1f2e5c
parent4b1ab1ae935bce412e2dfad26f1933c94fd30e6d (diff)
downloadlibibverbs-81ce6f127dbdd8c5ee8b7ea5760219ece82f3e7c.tar.gz
Complete rename to ib_devices
Fix Makefile.am to build the right executable. Signed-off-by: Roland Dreier <roland@topspin.com>
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a85c01c..9591ae7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,8 +18,8 @@ src_libibverbs_la_LDFLAGS = -version-info 1 -export-dynamic \
src_libibverbs_la_DEPENDENCIES = $(srcdir)/src/libibverbs.map
bin_PROGRAMS = examples/ib_devices
-examples_ib_drivers_SOURCES = examples/device_list.c
-examples_ib_drivers_LDADD = $(top_builddir)/src/libibverbs.la
+examples_ib_devices_SOURCES = examples/device_list.c
+examples_ib_devices_LDADD = $(top_builddir)/src/libibverbs.la
libibverbsincludedir = $(includedir)/infiniband