[go: up one dir, main page]

Menu

[1e99dd]: / Makefile.am  Maximize  Restore  History

Download this file

22 lines (15 with data), 596 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
man_MANS = watchdog.8 watchdog.conf.5
# This does not work. subdirs are not copied correctly
# for make dist... :(
EXTRA_DIST = $(man_MANS) include examples ChangeLog watchdog.lsm \
watchdog.conf rc.watchdog.debian rc.watchdog.redhat
SUBDIRS = src
CONFIG_FILENAME = @CONFIG_FILENAME@
install-etc-local: watchdog.conf
@if test -e $(CONFIG_FILENAME) ; then \
echo "NOT installing $(CONFIG_FILENAME) - exists already"; \
else \
echo "installing $(CONFIG_FILENAME)"; \
$(INSTALL_DATA) watchdog.conf $(CONFIG_FILENAME); \
fi
install-data-local: install-etc-local