From 452c0fe001c7540c045dc36e12ead4bcf5a4f81e Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Sat, 8 Oct 2022 15:59:48 +0200 Subject: [PATCH] Fix test_main name in automake --- bench/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/Makefile.am b/bench/Makefile.am index df3fa87..5f5d2c9 100644 --- a/bench/Makefile.am +++ b/bench/Makefile.am @@ -19,7 +19,7 @@ BENCHES_LDADD = $(ATRIP_LIB) $(ATRIP_CTF) ## main entry point and bench ## bin_PROGRAMS += atrip -atrip_SOURCES = test_main.cxx +atrip_SOURCES = main.cxx atrip_CPPFLAGS = $(AM_CPPFLAGS) atrip_LDADD = $(BENCHES_LDADD)