aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlaa Hleihel <alaa@mellanox.com>2015-10-28 17:48:39 +0200
committerYishai Hadas <yishaih@mellanox.com>2016-05-17 16:40:10 +0300
commit70d200860584a0c452684566a15a23749269a979 (patch)
tree54600bb500ecf06574c95b02a99063467de4cb58
parente9f49fb9a57b242327b844c3842ed88ce561348b (diff)
downloadlibibverbs-70d200860584a0c452684566a15a23749269a979.tar.gz
Makefile.am: Fix "make distcheck"
make distcheck failed because it searched for headers in the src directory. Added noinst_HEADERS to fix that. Change-Id: Ibc0949286a97ac8775156df6465e31fe301d27db Signed-off-by: Alaa Hleihel <alaa@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c85e98a..7d22e06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,7 @@ src_libibverbs_la_SOURCES = src/cmd.c src/compat-1_0.c src/device.c src/init.c \
src/enum_strs.c
if ! NO_RESOLVE_NEIGH
src_libibverbs_la_SOURCES += src/neigh.c
+noinst_HEADERS = src/neigh.h src/nl1_compat.h
endif
src_libibverbs_la_LDFLAGS = -version-info 1 -export-dynamic \
$(libibverbs_version_script)