9 lines
203 B
Makefile
9 lines
203 B
Makefile
EXTRA_DIST = README.txt
|
|
|
|
bin_PROGRAMS = terrasync
|
|
|
|
terrasync_SOURCES = terrasync.cxx
|
|
|
|
AM_CPPFLAGS = $(svn_CPPFLAGS)
|
|
|
|
terrasync_LDADD = -lsgio -lsgstructure -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS)
|