2013-06-24 15:57:11 +02:00
|
|
|
SUBDIRS = \
|
2013-10-10 20:47:53 +02:00
|
|
|
migration \
|
2013-10-26 09:41:45 +02:00
|
|
|
mkclass \
|
2013-10-10 20:47:53 +02:00
|
|
|
mkembedconfig
|
2013-09-27 10:44:24 +02:00
|
|
|
|
2013-10-18 22:11:40 +02:00
|
|
|
sbin_SCRIPTS = icinga2-enable-feature
|
2013-10-11 06:39:07 +02:00
|
|
|
CLEANFILES = $(sbin_SCRIPTS)
|
2013-09-27 10:44:24 +02:00
|
|
|
|
2013-10-18 22:11:40 +02:00
|
|
|
EXTRA_DIST = icinga2-enable-feature.in
|
2013-09-27 10:44:24 +02:00
|
|
|
|
|
|
|
install-exec-hook:
|
2013-10-18 22:11:40 +02:00
|
|
|
$(LN_S) -f icinga2-enable-feature $(DESTDIR)$(sbindir)/icinga2-disable-feature
|