Changed structure of scripts subdirectory.

This commit is contained in:
Florian Pose
2007-02-13 13:01:59 +00:00
parent b82a29536f
commit 90a00b690e
8 changed files with 47 additions and 76 deletions
+2 -11
View File
@@ -35,19 +35,10 @@
#
#------------------------------------------------------------------------------
initdir = $(sysconfdir)/init.d
sysdir = $(sysconfdir)/sysconfig
SUBDIRS = init.d sysconfig
bin_SCRIPTS = lsec
init_SCRIPTS = ethercat
sys_DATA = sysconfig
EXTRA_DIST = lsec.pl ethercat.sh sysconfig
lsec: lsec.pl
cp $(srcdir)/lsec.pl lsec
ethercat: ethercat.sh
cp $(srcdir)/ethercat.sh ethercat
EXTRA_DIST = lsec
#------------------------------------------------------------------------------