Skip to content

Commit

Permalink
UCT/TEST: Build fixes
Browse files Browse the repository at this point in the history
* Remove file from automake
* Remove unneeded files
  • Loading branch information
yosefe committed Nov 27, 2014
1 parent 1d70cc4 commit a5add1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 151 deletions.
6 changes: 4 additions & 2 deletions src/uct/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ libuct_la_SOURCES += \
if HAVE_MLX5_HW
libuct_la_SOURCES += \
ib/mlx5/ib_mlx5.c

noinst_HEADERS += \
ib/mlx5/ib_mlx5.h
endif


Expand All @@ -58,8 +61,7 @@ libuct_la_SOURCES += \

if HAVE_MLX5_HW
libuct_la_SOURCES += \
ib/rc/rc_mlx5.c \
ib/rc/rc_mlx5.h
ib/rc/rc_mlx5.c
endif

endif
Expand Down
130 changes: 0 additions & 130 deletions test/gtest/uct/uct_entity.cc

This file was deleted.

19 changes: 0 additions & 19 deletions test/gtest/uct/uct_entity.h

This file was deleted.

0 comments on commit a5add1a

Please sign in to comment.