1
0
Fork 0
flightgear/utils/propmerge/Makefile.am
mfranz d46f0a42ec add propmerge utility, which merges <PropertyList> XML files. Writes
result to the given output file if specified, or prints it to stdout
otherwise. Usage:

  $ propmerge [-o <outfile>] <list-of-infiles>
2008-11-11 18:51:01 +00:00

4 lines
139 B
Makefile

noinst_PROGRAMS = propmerge
propmerge_SOURCES = propmerge.cxx
propmerge_LDADD = -lsgprops -lsgxml -lsgio -lsgmisc -lsgdebug -lsgstructure