From 2df2e90317838a23c8f804463c11106b9c7f48eb Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 16 Jul 2014 03:27:20 +0000 Subject: [PATCH] Install scst_itf_ver.h as well git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5677 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/src/Makefile b/scst/src/Makefile index ef3861f75..99dae97be 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -115,6 +115,7 @@ install: all install -m 644 ../include/scst_debug.h $(INSTALL_DIR_H) install -m 644 ../include/scst_user.h $(INSTALL_DIR_H) install -m 644 ../include/scst_const.h $(INSTALL_DIR_H) + install -m 644 ../include/scst_itf_ver.h $(INSTALL_DIR_H) ifneq ($(MODS_VERS),) rm -f $(INSTALL_DIR_H)/Module.symvers install -m 644 Modules.symvers $(INSTALL_DIR_H)