nsc: Fix build problem if gtk config store is disabled

gtk config store pulled in libdl.so for us, so things fail
to link of the config store isn't enabled. This makes nsc
pull in libdl itself when its enabled.
This commit is contained in:
Florian Westphal
2008-09-03 23:24:59 +02:00
parent b3525f35af
commit 720a407b59

View File

@@ -105,3 +105,4 @@ def build(bld):
obj.source.append ('nsc-tcp-l4-protocol.cc')
obj.source.append ('nsc-tcp-socket-factory-impl.cc')
obj.source.append ('nsc-sysctl.cc')
obj.uselib = 'DL'