From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001 From: Shashank Date: Mon, 29 May 2017 12:40:26 +0530 Subject: CMSCOPE changed --- modules/modules_manager/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 modules/modules_manager/Makefile.am (limited to 'modules/modules_manager/Makefile.am') diff --git a/modules/modules_manager/Makefile.am b/modules/modules_manager/Makefile.am new file mode 100755 index 000000000..0247fe064 --- /dev/null +++ b/modules/modules_manager/Makefile.am @@ -0,0 +1,18 @@ +# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +# Copyright (C) 2010 - DIGITEO - Allan CORNET +# +# This file is distributed under the same license as the Scilab package. + + +#### Target ###### +modulename=modules_manager + + +#### modules_manager : Conf files #### +libmodules_manager_la_rootdir = $(mydatadir) +libmodules_manager_la_root_DATA = license.txt +#### modules_manager : init scripts #### +libmodules_manager_la_etcdir = $(mydatadir)/etc +libmodules_manager_la_etc_DATA = etc/modules_manager.quit etc/modules_manager.start + +include $(top_srcdir)/Makefile.incl.am -- cgit