From 4d2d45ef133af75daa83fab4ac0824113cfc3c9b Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 7 Jun 2009 17:55:51 +0000 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f213dac0..b7eb3a4d 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ SUBDIRS = inst/pre \ YLogger \ YApplication \ YOsc \ - util \ lib include bin \ + util \ inst/post include $(TOPDIR)/make/proj.mk