From 1abf0b43fc75d9be8c2e48221383ca7ded7c7f67 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 9 Mar 2023 16:35:15 +0700 Subject: [PATCH] binaries/Makefile.am: libraries shall not be in AM_LDFLAGS Change-Id: I7258743969f5d3ac85dfb887ee1729cff8a910b6 --- binaries/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/binaries/Makefile.am b/binaries/Makefile.am index 9fd565e..71997b8 100644 --- a/binaries/Makefile.am +++ b/binaries/Makefile.am @@ -9,9 +9,8 @@ include $(top_srcdir)/test_pdu/Makefile.am include $(top_srcdir)/test_apps/Makefile.am include $(top_srcdir)/src/Makefile.am -LDADD = libsmpp34.la +LDADD = libsmpp34.la -lrt -lpthread AM_CPPFLAGS = -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS AM_CFLAGS = @CFLAGS@ -Wall -fPIC # -static INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir) -AM_LDFLAGS = -lrt -lpthread OBJ_EXTRA_DIST = $(esme_EXTRA_DIST)