summaryrefslogtreecommitdiffstats
path: root/modules/nsid
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2019-02-14 16:05:18 +0100
committerTomas Krizek <tomas.krizek@nic.cz>2019-03-12 10:43:30 +0100
commit295e35e84dc921addf684599b111171d4839a2d3 (patch)
tree505dfa6f2b11e456bb0c59977a58b6fd25df3ee7 /modules/nsid
parentmeson: fix root.hints installation (diff)
downloadknot-resolver-295e35e84dc921addf684599b111171d4839a2d3.tar.xz
knot-resolver-295e35e84dc921addf684599b111171d4839a2d3.zip
meson: remove no longer needed makefiles
Diffstat (limited to 'modules/nsid')
-rw-r--r--modules/nsid/nsid.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/nsid/nsid.mk b/modules/nsid/nsid.mk
deleted file mode 100644
index c7d2f51e..00000000
--- a/modules/nsid/nsid.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-nsid_CFLAGS := -fPIC
-nsid_LDFLAGS := -Wl,-undefined -Wl,dynamic_lookup
-nsid_SOURCES := modules/nsid/nsid.c
-nsid_DEPEND := $(libkres)
-nsid_LIBS := $(contrib_TARGET) $(libkres_TARGET) $(libkres_LIBS)
-$(call make_c_module,nsid)