about summary refs log tree commit diff
path: root/src/libstore
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-02-24T12·25+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-02-24T12·25+0000
commitfae0427324269e420d8ea5774f2fab2330acda9d (patch)
tree39c358b6f70a4ccab4f1810be19491e8806d95a4 /src/libstore
parentfa6a4fcb11fa6db1c35cd1199ce8d1dc794e6cd4 (diff)
* ADDITIONAL_NETWORK_LIBS -> LIBS.
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am
index b19238e7dd74..dbfc1474e812 100644
--- a/src/libstore/Makefile.am
+++ b/src/libstore/Makefile.am
@@ -10,8 +10,7 @@ pkginclude_HEADERS = \
   globals.hh references.hh pathlocks.hh \
   worker-protocol.hh
 
-libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la \
-  @ADDITIONAL_NETWORK_LIBS@
+libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la
 
 BUILT_SOURCES = derivations-ast.cc derivations-ast.hh