mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Makefile: Fix missing .so link for utilities
Shift util to be after lib, since otherwise some utilities are linked statically in the absense of a .so link.
This commit is contained in:
parent
a20404a74f
commit
4d2d45ef13
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -26,8 +26,8 @@ SUBDIRS = inst/pre \
|
|||
YLogger \
|
||||
YApplication \
|
||||
YOsc \
|
||||
util \
|
||||
lib include bin \
|
||||
util \
|
||||
inst/post
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue