forked from lix-project/lix
Fix makefile bug confusing libnixutil-test
exe vs lib
The `-exe` variant is the program, the unsuffixed variant is the library. The corrected usage matches `libnixstore-test`.
This commit is contained in:
parent
c889881cbb
commit
9c7749e135
|
@ -1,6 +1,6 @@
|
|||
check: libutil-tests_RUN
|
||||
|
||||
programs += libutil-tests
|
||||
programs += libutil-tests-exe
|
||||
|
||||
libutil-tests-exe_NAME = libnixutil-tests
|
||||
|
||||
|
|
Loading…
Reference in a new issue