Skip to content

Commit 376a35d

Browse files
committed
Rename executable to adsm_simulation. #867
1 parent ad54ca2 commit 376a35d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main_loop/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ if USE_SC_GUILIB
100100
$(top_srcdir)/sc_guilib/sc_database.h
101101
endif
102102

103-
bin_PROGRAMS = adsm
104-
adsm_SOURCES = cli.c
105-
adsm_LDADD = libadsm.a @GLIB_LIBS@ @GSL_LIBS@ @SQLITE_LIBS@ @JSON_GLIB_LIBS@
103+
bin_PROGRAMS = adsm_simulation
104+
adsm_simulation_SOURCES = cli.c
105+
adsm_simulation_LDADD = libadsm.a @GLIB_LIBS@ @GSL_LIBS@ @SQLITE_LIBS@ @JSON_GLIB_LIBS@

0 commit comments

Comments
 (0)