]> git.sesse.net Git - vlc/commitdiff
+ configure.ac: explicitly link to -lnet the modules which need it
authorEric Petit <titer@videolan.org>
Mon, 13 Sep 2004 10:57:03 +0000 (10:57 +0000)
committerEric Petit <titer@videolan.org>
Mon, 13 Sep 2004 10:57:03 +0000 (10:57 +0000)
   (cause latest BeOS gcc doesn't do it by default anymore)

configure.ac

index e5787233204a3d6269f256b03bcbd412aecc07e2..9d2f85c109f0bd825f61ebeee02ca0cff06be5c5 100644 (file)
@@ -174,6 +174,7 @@ case "${target_os}" in
     VLC_ADD_CXXFLAGS([beos],[])
     VLC_ADD_LDFLAGS([vlc beos],[-lbe])
     VLC_ADD_LDFLAGS([beos],[-lmedia -ltranslation -ltracker -lgame])
+    VLC_ADD_LDFLAGS([access_file access_mms access_output_udp telnet netsync sap ipv4 vlc],[-lnet])
 
     dnl Ugly check for Zeta
     if test -f /boot/beos/system/lib/libzeta.so; then