diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-24T12·25+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-24T12·25+0000 |
commit | fae0427324269e420d8ea5774f2fab2330acda9d (patch) | |
tree | 39c358b6f70a4ccab4f1810be19491e8806d95a4 /src/libstore/Makefile.am | |
parent | fa6a4fcb11fa6db1c35cd1199ce8d1dc794e6cd4 (diff) |
* ADDITIONAL_NETWORK_LIBS -> LIBS.
Diffstat (limited to 'src/libstore/Makefile.am')
-rw-r--r-- | src/libstore/Makefile.am | 3 |
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 |