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