Skip to content

Commit

Permalink
build: fix missing backslash, now make distcheck works
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dubman committed Nov 5, 2014
1 parent 642ccab commit 42d17c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if HAVE_IB
noinst_HEADERS += \
ib/base/ib_context.h \
ib/base/ib_device.h \
ib/base/ib_iface.h
ib/base/ib_iface.h \
ib/base/ib_verbs.h

libuct_la_SOURCES += \
Expand Down

0 comments on commit 42d17c1

Please sign in to comment.