import libdummyrpz test library for DNSRPS
libdummyrpz is a limited version of the fastrpz library for use in testing the dnsrps API.
This commit is contained in:
12
bin/tests/system/rpz/testlib/Makefile.am
Normal file
12
bin/tests/system/rpz/testlib/Makefile.am
Normal file
@@ -0,0 +1,12 @@
|
||||
include $(top_srcdir)/Makefile.top
|
||||
|
||||
AM_CPPFLAGS += \
|
||||
$(LIBISC_CFLAGS) \
|
||||
$(LIBDNS_CFLAGS)
|
||||
|
||||
AM_CFLAGS += -Wall -pedantic
|
||||
|
||||
check_LTLIBRARIES = libdummyrpz.la
|
||||
libdummyrpz_la_SOURCES= dummylib.c test-data.c trpz.h test-data.h
|
||||
libdummyrpz_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -rpath $(abs_builddir)
|
||||
LDADD += -lpthread -ldl
|
||||
Reference in New Issue
Block a user