icinga2/Makefile.am

24 lines
348 B
Makefile
Raw Normal View History

2012-03-28 13:24:49 +02:00
## Process this file with automake to produce Makefile.in
## Created by Anjuta
SUBDIRS = base \
jsonrpc \
miniapp
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)