From 6d0e4f3525a56577cd3b0d2b48856e81227c7529 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 22 Aug 2013 15:49:56 +0200 Subject: [PATCH] Tutorials have nothing to do with tests. --- coreapi/help/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/coreapi/help/Makefile.am b/coreapi/help/Makefile.am index 8beceab22..6ba24a9b1 100644 --- a/coreapi/help/Makefile.am +++ b/coreapi/help/Makefile.am @@ -31,7 +31,6 @@ endif clean-local: rm -rf doc -if ENABLE_TESTS #tutorials noinst_PROGRAMS=helloworld registration buddy_status chatroom notify @@ -63,8 +62,6 @@ LINPHONE_TUTOS+=$(notify_SOURCES) notify_LDADD=$(helloworld_LDADD) -endif - AM_CFLAGS=\ -I$(top_srcdir)/coreapi \ $(STRICT_OPTIONS) \