7 lines
123 B
Makefile
7 lines
123 B
Makefile
EXTRA_DIST = README.txt
|
|
|
|
bin_PROGRAMS = terrasync
|
|
|
|
terrasync_SOURCES = terrasync.cxx
|
|
|
|
terrasync_LDADD = -lplibnet -lplibul
|