fxsproxydir = ../ bin_PROGRAMS = fxsproxy fxsproxy_testclient fxsproxy_config_reload fxsproxy_status fxsproxy_fee_replied fxsproxy_SOURCES = fxsproxy.cc \ ack_tools.hh \ ack_container.hh \ ack_container.cc \ ack_command.hh \ ack_string_command.hh \ ack_reconf_command.hh \ ack_receiver.hh \ ack_receiver.cc \ dim_info_feestate.hh \ dim_info_feestate.cc \ logger.hh \ logger.cc \ version.h \ err_handler.hh fxsproxy_testclient_SOURCES = fxsproxy_testclient.cc \ version.h fxsproxy_config_reload_SOURCES = fxsproxy_config_reload.cc \ version.h fxsproxy_status_SOURCES = fxsproxy_status.cc \ version.h fxsproxy_fee_replied_SOURCES = fxsproxy_fee_replied.cc \ version.h SVNDEV = -DSVN_REV='"$(SVN_REV)"' fxsproxy_CPPFLAGS = $(CFLAGS) $(SVNDEV) fxsproxy_testclient_CPPFLAGS = $(CPPFLAGS) $(SVNDEV) fxsproxy_config_reload_CPPFLAGS = $(CPPFLAGS) $(SVNDEV) fxsproxy_status_CPPFLAGS = $(CPPFLAGS) $(SVNDEV) fxsproxy_fee_replied_CPPFLAGS = $(CPPFLAGS) $(SVNDEV)