forked from PowerDNS/pdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
33 lines (28 loc) · 815 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SUBDIRS = modules codedocs docs
if WITH_PDNS_SERVER
SUBDIRS += pdns
endif
EXTRA_DIST = \
INSTALL \
NOTICE \
README \
build-scripts/redhat/pdns-server-test.spec \
build-scripts/semistaticg++ \
codedocs/doxygen.conf \
contrib/powerdns.solaris.init.d \
contrib/systemd-pdns-recursor.service \
contrib/systemd-pdns.service \
debian \
pdns.spec \
pdns/named.conf.parsertest \
regression-tests/zones/unit.test
ACLOCAL_AMFLAGS = -I m4
install-exec-local:
-@chmod +x pdns/pdns.init
@echo "***********************************************************"
@echo
@echo An init.d startup script has been made for you in pdns/pdns.init.
@echo You may want to copy this to /etc/init.d or equivalent.
@echo
@echo "***********************************************************"
dvi: # do nothing to build dvi