mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
workaround possible automake bug
This commit is contained in:
parent
78ce2cad54
commit
177f44776d
1 changed files with 3 additions and 1 deletions
|
|
@ -182,9 +182,11 @@ AM_CFLAGS += $(LIBGTK_CFLAGS) $(LIBGTKMAC_CFLAGS) -DHAVE_GTK
|
|||
|
||||
endif
|
||||
|
||||
bin_PROGRAMS=
|
||||
|
||||
if !BUILD_IOS
|
||||
#noinst_PROGRAMS = liblinphone_tester
|
||||
bin_PROGRAMS = liblinphone_tester
|
||||
bin_PROGRAMS += liblinphone_tester
|
||||
|
||||
liblinphone_tester_SOURCES = liblinphone_tester.c
|
||||
liblinphone_tester_LDADD = $(top_builddir)/coreapi/liblinphone.la liblinphonetester.la -lm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue