mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 21:57:38 +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 \
|
YLogger \
|
||||||
YApplication \
|
YApplication \
|
||||||
YOsc \
|
YOsc \
|
||||||
util \
|
|
||||||
lib include bin \
|
lib include bin \
|
||||||
|
util \
|
||||||
inst/post
|
inst/post
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue