forked from jimmybergman/powerdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
23 lines (18 loc) · 841 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS=modules codedocs @programdescend@
DIST_SUBDIRS=modules codedocs pdns pdns/ext/rapidjson
EXTRA_DIST=TODO README HACKING INSTALL ChangeLog debian-pdns/* pdns.spec \
codedocs/Makefile codedocs/doxygen.conf contrib/powerdns.solaris.init.d \
contrib/systemd-pdns.service contrib/systemd-pdns-recursor.service \
bootstrap build-scripts/semistaticg++
ACLOCAL_AMFLAGS = -I.
man8_MANS=pdns/docs/pdns_control.8 pdns/docs/pdns_server.8 pdns/docs/zone2sql.8
install-exec-local:
-@chmod +x pdns/pdns
-@chmod +x pdns/precursor
@echo "***********************************************************"
@echo
@echo init.d startup scripts have been made for you in pdns/pdns
@echo and in pdns/precursor
@echo You may want to copy these to /etc/init.d or equivalent
@echo
@echo "***********************************************************"