From 14bb4cce3700387eb551dc16a375221e862b7d60 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 9 Jul 2003 19:57:22 +0000 Subject: [PATCH] Add network support libraries --- utils/TerraSync/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/TerraSync/Makefile.am b/utils/TerraSync/Makefile.am index e528f2cdd..833a9a29f 100644 --- a/utils/TerraSync/Makefile.am +++ b/utils/TerraSync/Makefile.am @@ -4,4 +4,4 @@ bin_PROGRAMS = terrasync terrasync_SOURCES = terrasync.cxx -terrasync_LDADD = -lplibnet -lplibul +terrasync_LDADD = -lplibnet -lplibul $(network_LIBS) -- 2.39.5