summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd119edd02..146b6335ce 100644
--- a/Makefile
+++ b/Makefile
@@ -265,6 +265,7 @@ ifneq "$(PLUGINS_SRC_DIR)" ""
cp -r $(PLUGINS_SRC_DIR) $(TARGET_SRC_DIR)/plugins-src
rm $(TARGET_SRC_DIR)/LICENSE
cat packaging/common/LICENSE.head >> $(TARGET_SRC_DIR)/LICENSE
+ cat $(AMQP_CODEGEN_DIR)/license_info >> $(TARGET_SRC_DIR)/LICENSE
find $(PLUGINS_SRC_DIR)/licensing -name "license_info_*" -exec cat '{}' >> $(TARGET_SRC_DIR)/LICENSE \;
cat packaging/common/LICENSE.tail >> $(TARGET_SRC_DIR)/LICENSE
find $(PLUGINS_SRC_DIR)/licensing -name "LICENSE-*" -exec cp '{}' $(TARGET_SRC_DIR) \;