Skip to content
Snippets Groups Projects
Commit 7e804b10 authored by Karel Slaný's avatar Karel Slaný
Browse files

Fixed test with libedit in non-standard location.

parent 1428156a
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,10 @@ check_PROGRAMS += \
modules/online_sign \
utils/test_lookup
utils_test_lookup_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(libedit_CFLAGS)
utils_test_lookup_LDADD = \
$(top_builddir)/libtap/libtap.la \
$(top_builddir)/src/libknotus.la \
......
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