Skip to content
Snippets Groups Projects
Commit 91dd2c6d authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !235: dnstap.mk: fix race around dnstap.pb-c.h

parents db9c749e e2d54cef
Branches
Tags
2 merge requests!254Knot Resolver 1.2.5,!235dnstap.mk: fix race around dnstap.pb-c.h
Pipeline #2409 passed with stages
in 24 minutes and 21 seconds
dnstap_CFLAGS := -fvisibility=hidden -fPIC
dnstap_SOURCES := modules/dnstap/dnstap.pb-c.c modules/dnstap/dnstap.c
dnstap_DEPEND := $(libkres)
dnstap_DEPEND := $(libkres) modules/dnstap/dnstap.pb-c.c # because of generated *.h
dnstap_LIBS := $(contrib_TARGET) $(libkres_TARGET) $(libkres_LIBS) $(libprotobuf-c_LIBS) $(libfstrm_LIBS)
$(call make_c_module,dnstap)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment