1
0
Fork 0

Added two missing libraries needed by the new terrasync code.

This commit is contained in:
durk 2008-10-12 09:56:18 +00:00
parent 5c05891521
commit 30cf69fe6d

View file

@ -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)