Added two missing libraries needed by the new terrasync code.
This commit is contained in:
parent
5c05891521
commit
30cf69fe6d
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ bin_PROGRAMS = terrasync
|
|||
|
||||
terrasync_SOURCES = terrasync.cxx
|
||||
|
||||
terrasync_LDADD = -lplibnet -lplibul $(network_LIBS)
|
||||
terrasync_LDADD = -lplibnet -lplibul -lsgmisc -lsgdebug $(network_LIBS)
|
||||
|
|
Loading…
Add table
Reference in a new issue