mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 17:30:44 -05:00
Having 'TESTS', the Automake variable and 'TESTS' the unit test data dir seems confusing, lets rename the latter to to 'TESTS_DIR'.
10 lines
224 B
Makefile
10 lines
224 B
Makefile
# Hey Emacs, this is -*- makefile-automake -*- file!
|
|
# vim: filetype=automake
|
|
|
|
AM_CPPFLAGS += \
|
|
$(CMOCKA_CFLAGS) \
|
|
-DTESTS_DIR=\"$(abs_srcdir)\" \
|
|
-DNAMED_PLUGINDIR=\"$(libdir)/named\"
|
|
|
|
LDADD = \
|
|
$(CMOCKA_LIBS)
|