mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 17:30:44 -05:00
11 lines
255 B
Makefile
11 lines
255 B
Makefile
# Hey Emacs, this is -*- makefile-automake -*- file!
|
|
# vim: filetype=automake
|
|
|
|
AM_CPPFLAGS += \
|
|
$(CMOCKA_CFLAGS) \
|
|
-DNAMED_PLUGINDIR=\"$(libdir)/named\" \
|
|
-DSKIPPED_TEST_EXIT_CODE=77 \
|
|
-DTESTS_DIR=\"$(abs_srcdir)\"
|
|
|
|
LDADD = \
|
|
$(CMOCKA_LIBS)
|