From 7af7898ddd1c133a934667bdf9f209e80ef17c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Tue, 19 Jan 2016 10:55:55 +0100 Subject: [PATCH] Fixes 'make install' with autotools --- coreapi/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coreapi/Makefile.am b/coreapi/Makefile.am index 353071c07..27100c6f5 100644 --- a/coreapi/Makefile.am +++ b/coreapi/Makefile.am @@ -43,8 +43,7 @@ linphone_include_HEADERS=\ lpconfig.h \ sipsetup.h \ xml2lpc.h \ - xmlrpc.h \ - conference.h + xmlrpc.h lib_LTLIBRARIES=liblinphone.la