diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T20·11+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T20·11+0000 |
commit | 90dfb37f147941e5edf262c27e269cdfd1e8dcfb (patch) | |
tree | 31293e2bfb2e401f6dd8aa39bc74c2ed895c0b4e /src/libutil | |
parent | 14772783e66a6e67726872926834c0e9f7210e6d (diff) |
Allow (dynamic) libraries to depend on other libraries
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
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 |