From 804fd8a0fcf2b1df871fb960e76e32d6ace3f551 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 7 Jan 2016 20:35:29 +0100 Subject: [PATCH] repair automake build --- coreapi/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/coreapi/Makefile.am b/coreapi/Makefile.am index e24eba457..1724e5090 100644 --- a/coreapi/Makefile.am +++ b/coreapi/Makefile.am @@ -56,7 +56,7 @@ liblinphone_la_SOURCES=\ call_params.c \ chat.c \ chat_file_transfer.c \ - conference.cc \ + conference.cc conference.h \ contactprovider.c contactprovider.h contact_providers_priv.h \ content.c \ dict.c \ @@ -118,8 +118,7 @@ liblinphone_la_SOURCES+=linphone_tunnel_stubs.c linphone_tunnel.h endif - -liblinphone_la_LDFLAGS= -version-info $(LIBLINPHONE_SO_VERSION) -no-undefined +liblinphone_la_LDFLAGS=-lstdc++ -version-info $(LIBLINPHONE_SO_VERSION) -no-undefined if HAVE_LD_OUTPUT_DEF liblinphone_la_LDFLAGS += -Wl,--output-def,liblinphone-$(LIBLINPHONE_SO_CURRENT).def