bin: factor the calls to set_program_name().

* src/bin/common_setup.cc, src/bin/common_setup.hh: New files.
* src/bin/Makefile.am: Add them.
* src/bin/genltl.cc, src/bin/ltl2tgba.cc, src/bin/ltl2tgta.cc,
src/bin/ltlfilt.cc, src/bin/randltl.cc: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-29 17:09:26 +02:00
parent ecca4ba53e
commit 489f719dc1
8 changed files with 73 additions and 35 deletions

View file

@ -40,6 +40,8 @@ libcommon_a_SOURCES = \
common_range.hh \
common_r.cc \
common_r.hh \
common_setup.cc \
common_setup.hh \
common_sys.hh
bin_PROGRAMS = ltlfilt genltl randltl ltl2tgba ltl2tgta