2012-03-28 13:24:49 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
## Created by Anjuta
|
|
|
|
|
2012-04-01 09:48:52 +02:00
|
|
|
SUBDIRS = ltdl \
|
|
|
|
base \
|
|
|
|
jsonrpc \
|
2012-04-01 09:31:03 +02:00
|
|
|
configfilecomponent \
|
|
|
|
configrpccomponent \
|
2012-04-01 19:32:18 +02:00
|
|
|
icinga
|
2012-03-28 13:24:49 +02:00
|
|
|
|
|
|
|
icinga2docdir = ${prefix}/doc/icinga2
|
|
|
|
icinga2doc_DATA = \
|
|
|
|
README\
|
|
|
|
COPYING\
|
|
|
|
AUTHORS\
|
|
|
|
ChangeLog\
|
|
|
|
INSTALL\
|
|
|
|
NEWS
|
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = $(icinga2doc_DATA)
|
|
|
|
|
|
|
|
|
|
|
|
# Remove doc directory on uninstall
|
|
|
|
uninstall-local:
|
|
|
|
-rm -r $(icinga2docdir)
|