script/Makefile.am
changeset 2189 002b978df979
parent 1363 11c0b2caa253
child 2263 543ba57580af
equal deleted inserted replaced
2188:08f547145c91 2189:002b978df979
    22 #  You should have received a copy of the GNU General Public License along
    22 #  You should have received a copy of the GNU General Public License along
    23 #  with the IgH EtherCAT Master; if not, write to the Free Software
    23 #  with the IgH EtherCAT Master; if not, write to the Free Software
    24 #  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    24 #  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    25 #
    25 #
    26 #  ---
    26 #  ---
    27 #  
    27 #
    28 #  The license mentioned above concerns the source code only. Using the EtherCAT
    28 #  The license mentioned above concerns the source code only. Using the
    29 #  technology and brand is only permitted in compliance with the industrial
    29 #  EtherCAT technology and brand is only permitted in compliance with the
    30 #  property and similar rights of Beckhoff Automation GmbH.
    30 #  industrial property and similar rights of Beckhoff Automation GmbH.
    31 #
    31 #
    32 #------------------------------------------------------------------------------
    32 #------------------------------------------------------------------------------
    33 
    33 
    34 SUBDIRS = init.d sysconfig
    34 SUBDIRS = init.d sysconfig
    35 
    35 
    36 EXTRA_DIST = ifup-eoe.sh
    36 sbin_SCRIPTS = ethercatctl
       
    37 
       
    38 systemddir = $(libdir)/systemd/system
       
    39 systemd_DATA = ethercat.service
       
    40 
       
    41 sysconf_DATA = ethercat.conf
       
    42 
       
    43 EXTRA_DIST = \
       
    44 	ethercatctl.in \
       
    45 	ethercat.service.in \
       
    46 	ifup-eoe.sh
       
    47 
       
    48 BUILT_SOURCES = \
       
    49 	ethercatctl \
       
    50 	ethercat.service
    37 
    51 
    38 #------------------------------------------------------------------------------
    52 #------------------------------------------------------------------------------