about summary refs log tree commit diff
path: root/src/libutil/Makefile.new
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-23T20·11+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-23T20·11+0000
commit90dfb37f147941e5edf262c27e269cdfd1e8dcfb (patch)
tree31293e2bfb2e401f6dd8aa39bc74c2ed895c0b4e /src/libutil/Makefile.new
parent14772783e66a6e67726872926834c0e9f7210e6d (diff)
Allow (dynamic) libraries to depend on other libraries
Diffstat (limited to 'src/libutil/Makefile.new')
-rw-r--r--src/libutil/Makefile.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/Makefile.new b/src/libutil/Makefile.new
index b7dbf7d1d2..59670d2ce0 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