X-Git-Url: https://git.octo.it/?p=routeros-api.git;a=blobdiff_plain;f=src%2FMakefile.am;h=afb83314839bf3f3e7dbe33628e2e2b767ebeea0;hp=8b62c7f4d66a506a31b2c594484c44e8478f053e;hb=5ac788ed135f6853b329191c271602b293f71159;hpb=c4ad812587c29fea8fbbb6179b762d6b31f15e7a diff --git a/src/Makefile.am b/src/Makefile.am index 8b62c7f..afb8331 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,3 +16,8 @@ if BUILD_WITH_LIBSOCKET librouteros_la_LIBADD += -lsocket endif librouteros_la_SOURCES = main.c registration_table.c routeros_api.h routeros_version.h + +bin_PROGRAMS = ros + +ros_SOURCES = ros.c +ros_LDADD = librouteros.la