X-Git-Url: https://git.tokkee.org/?p=liboping.git;a=blobdiff_plain;f=src%2FMakefile.am;h=090d1b2947dda30682d811398a7e526ea640e452;hp=ec4c398e933f2f06f3ba675035a574217eeea3b0;hb=6e83f8b261a05afe7bf9fdb9005c4c1aa3e97fed;hpb=831914ee662ca3858337f217da510c7fe1147972 diff --git a/src/Makefile.am b/src/Makefile.am index ec4c398..090d1b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,9 +35,6 @@ bin_PROGRAMS = oping oping_SOURCES = oping.c oping_LDADD = liboping.la -lm -if BUILD_WITH_LIBRT -oping_LDADD += -lrt -endif if BUILD_WITH_LIBNCURSES bin_PROGRAMS += noping @@ -45,9 +42,6 @@ bin_PROGRAMS += noping noping_SOURCES = oping.c noping_CPPFLAGS = $(AM_CPPFLAGS) -DUSE_NCURSES=1 noping_LDADD = liboping.la -lm $(NCURSES_LIB) -if BUILD_WITH_LIBRT -noping_LDADD += -lrt -endif endif # BUILD_WITH_LIBNCURSES install-exec-hook: