bind9/bin/rndc/Makefile.am
Tony Finch 4da9c582b8 Remove libbind9
It is now empty.
2023-02-21 13:12:26 +00:00

24 lines
414 B
Makefile

include $(top_srcdir)/Makefile.top
AM_CPPFLAGS += \
$(LIBISC_CFLAGS) \
$(LIBDNS_CFLAGS) \
$(LIBISCCFG_CFLAGS) \
$(LIBISCCC_CFLAGS)
AM_CPPFLAGS += \
-DRNDC_CONFFILE=\"${sysconfdir}/rndc.conf\" \
-DRNDC_KEYFILE=\"${sysconfdir}/rndc.key\"
sbin_PROGRAMS = rndc
rndc_SOURCES = \
rndc.c \
util.c \
util.h
rndc_LDADD = \
$(LIBISC_LIBS) \
$(LIBDNS_LIBS) \
$(LIBISCCC_LIBS) \
$(LIBISCCFG_LIBS)