From 144bdc532863999a4444f21e51ac5e170a71b8a7 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 13 Apr 2015 12:35:25 +0200 Subject: [PATCH] fix bundle generation --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 87695fe53..80c1e1e98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -249,3 +249,7 @@ discovery: touch specs.c $(CC) --include $(top_builddir)/config.h \ $(TUNNEL_CFLAGS) $(CFLAGS) $(MEDIASTREAMER2_CFLAGS) $(ORTP_CFLAGS) $(SIPSTACK_CFLAGS) $(CUNIT_CFLAGS) -E -P -v -dD specs.c + +.PHONY: Linphone.app + +