From 90dfb37f147941e5edf262c27e269cdfd1e8dcfb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Nov 2013 20:11:02 +0000 Subject: Allow (dynamic) libraries to depend on other libraries --- src/libutil/Makefile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/Makefile.new') diff --git a/src/libutil/Makefile.new b/src/libutil/Makefile.new index b7dbf7d1d21e..59670d2ce0b0 100644 --- a/src/libutil/Makefile.new +++ b/src/libutil/Makefile.new @@ -10,4 +10,4 @@ else libutil_SOURCES += md5.c sha1.c sha256.c endif -libutil_LIBS = src/boost/format/libformat +libutil_LIBS = libformat -- cgit 1.4.1