From ca448eca016933c3fe864e1c4ca8918643c6e53b Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 30 Aug 2013 12:33:58 +0200 Subject: [PATCH] fix make distcheck --- po/POTFILES.in | 1 - share/Makefile.am | 2 ++ tester/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 4a4497cbd..8f1c5d3a6 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -33,6 +33,5 @@ coreapi/presence.c coreapi/friend.c coreapi/proxy.c coreapi/callbacks.c -coreapi/sal_eXosip2.c coreapi/linphonecall.c diff --git a/share/Makefile.am b/share/Makefile.am index 3de8e2a43..85c1ab11b 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -50,3 +50,5 @@ EXTRA_DIST = $(LINPHONE_SOUNDS) \ Makefile.inc \ archived-rootca.pem +CLEANFILES=rootca.pem + diff --git a/tester/Makefile.am b/tester/Makefile.am index 25ac64865..b501f15fb 100644 --- a/tester/Makefile.am +++ b/tester/Makefile.am @@ -6,7 +6,7 @@ if BUILD_CUNIT_TESTS noinst_PROGRAMS=liblinphone_tester TESTS=$(noinst_PROGRAMS) -liblinphone_tester_SOURCES= liblinphone_tester.c \ +liblinphone_tester_SOURCES= liblinphone_tester.c liblinphone_tester.h\ setup_tester.c \ register_tester.c \ message_tester.c \