Fix test_main name in automake
This commit is contained in:
parent
b636b89a64
commit
452c0fe001
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user