Add network support libraries
This commit is contained in:
parent
ab15297e67
commit
14bb4cce37
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ bin_PROGRAMS = terrasync
|
||||||
|
|
||||||
terrasync_SOURCES = terrasync.cxx
|
terrasync_SOURCES = terrasync.cxx
|
||||||
|
|
||||||
terrasync_LDADD = -lplibnet -lplibul
|
terrasync_LDADD = -lplibnet -lplibul $(network_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue