Message ID | 1502352007-25016-2-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [CLOUD-DEV,v1,1/1] Fix ddf_app example build failure | expand |
diff --git a/example/ddf_app/Makefile.am b/example/ddf_app/Makefile.am index e654202a..49f0170f 100644 --- a/example/ddf_app/Makefile.am +++ b/example/ddf_app/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/example/Makefile.inc bin_PROGRAMS = odp_ddf_app$(EXEEXT) -odp_ddf_app_LDFLAGS = $(AM_LDFLAGS) -shared +odp_ddf_app_LDFLAGS = $(AM_LDFLAGS) -static -Wl,--export-dynamic odp_ddf_app_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example noinst_HEADERS = \