7 lines
158 B
Makefile
7 lines
158 B
Makefile
EXTRA_DIST = README.txt
|
|
|
|
bin_PROGRAMS = terrasync
|
|
|
|
terrasync_SOURCES = terrasync.cxx
|
|
|
|
terrasync_LDADD = -lplibnet -lplibul -lsgmisc -lsgdebug $(network_LIBS)
|