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:
Jan Lindemann 2009-06-07 17:55:51 +00:00 committed by Jan Lindemann
commit 4d2d45ef13

View file

@ -26,8 +26,8 @@ SUBDIRS = inst/pre \
YLogger \
YApplication \
YOsc \
util \
lib include bin \
util \
inst/post
include $(TOPDIR)/make/proj.mk