bin_PROGRAMS = nginject nginject_SOURCES = nginject.cc \ dimconfig.cc \ feeserver_proxy.cc \ instruction.cc \ instruction_buffer.cc \ instruction_hv.cc \ instruction_mstrg.cc \ instruction_multifs.cc \ instruction_oripwr_get.cc \ instruction_oripwr_set.cc \ instruction_pcu.cc \ instruction_tag.cc \ pattern_matcher.cc \ state_checker.cc dist_noinst_HEADERS = nginject.hh \ dimconfig.hh \ feeserver_proxy.hh \ instruction.hh \ instruction_tag.hh \ instruction_buffer.hh \ instruction_mstrg.hh \ instruction_multifs.hh \ instruction_hv.hh \ instruction_pcu.hh \ instruction_oripwr_get.hh \ instruction_oripwr_set.hh \ pattern_matcher.hh \ state_checker.hh nginject_CPPFLAGS = -DDATADIR=\"${datadir}/${PACKAGE}\" nginject_LDADD = -lTRD