~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/modules_manager/Makefile.am

Tags: 5.3.0-1ubuntu1
* New upstream release
* URL in the watch file updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 
2
# Copyright (C) 2010 - DIGITEO - Allan CORNET
 
3
#
 
4
# This file is distributed under the same license as the Scilab package.
 
5
 
 
6
 
 
7
#### Target ######
 
8
modulename=modules_manager
 
9
 
 
10
 
 
11
#### modules_manager : Conf files ####
 
12
libmodules_manager_la_rootdir = $(mydatadir)
 
13
libmodules_manager_la_root_DATA = changelog.txt license.txt readme.txt version.xml
 
14
####�modules_manager : init scripts #### 
 
15
libmodules_manager_la_etcdir = $(mydatadir)/etc
 
16
libmodules_manager_la_etc_DATA = etc/modules_manager.quit etc/modules_manager.start
 
17
 
 
18
include $(top_srcdir)/Makefile.incl.am