fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libsmpp34/+/31779 )
Change subject: binaries/Makefile.am: libraries shall not be in AM_LDFLAGS ......................................................................
binaries/Makefile.am: libraries shall not be in AM_LDFLAGS
Change-Id: I7258743969f5d3ac85dfb887ee1729cff8a910b6 --- M binaries/Makefile.am 1 file changed, 10 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libsmpp34 refs/changes/79/31779/1
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_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)