]> sjero.net Git - linphone/blobdiff - coreapi/help/Makefile.am
Merge remote-tracking branch 'origin/master' into dev_videoios
[linphone] / coreapi / help / Makefile.am
index 7f8ea0aa76160663cb77c270e5900e01cf6858b4..a68ab2f19c7cfe0b28d899ad56b42a31ff7bb3bc 100644 (file)
@@ -32,6 +32,7 @@ endif
 clean-local:
        rm -rf doc
 
+if ENABLE_TESTS
 #tutorials
 if BUILD_TESTS
 noinst_PROGRAMS=helloworld registration buddy_status chatroom
@@ -57,6 +58,7 @@ chatroom_SOURCES=chatroom.c
 LINPHONE_TUTOS+=$(chatroom_SOURCES)
 
 chatroom_LDADD=$(helloworld_LDADD)
+endif
                                                                                                
 endif