Skip to content
Snippets Groups Projects
Commit e19b158c authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Makefile: fix knot1to2 library dependencies

parent 20fd075b
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,7 @@ libknotd_la_LIBADD = libknot.la libknot-yparser.la zscanner/libzscanner.la $(lib
knotd_CPPFLAGS = $(AM_CPPFLAGS) $(liburcu_CFLAGS)
knotd_LDADD = libknotd.la $(liburcu_LIBS)
knotc_LDADD = libknotd.la
knot1to2_LDADD = libknotd.la
knot1to2_LDADD = libknot-internal.la
####################################
# Optional Knot DNS Daemon modules #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment