From 8f35be1a7e3b7a0058651998382427980fc7f30f Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Mon, 13 May 2019 17:45:52 +0900 Subject: [PATCH] examples: fixed a build error while linking ecore-wl2 Change-Id: I7a0e9227a5a976906da358dac27f8807ae395458 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index be13037..065b391 100644 --- a/Makefile.am +++ b/Makefile.am @@ -364,6 +364,7 @@ tzrs_provider_CFLAGS = $(AM_CFALGS) tzrs_provider_LDADD = \ $(top_builddir)/libtizen-extension-client.la \ $(top_builddir)/libtizen-remote-surface-client.la \ + $(top_builddir)/libtizen-launch-client.la \ @ECORE_WL2_LIBS@ \ @ELEMENTARY_LIBS@ @@ -372,6 +373,7 @@ tzrs_consumer_CFLAGS = $(AM_CFALGS) tzrs_consumer_LDADD = \ $(top_builddir)/libtizen-extension-client.la \ $(top_builddir)/libtizen-remote-surface-client.la \ + $(top_builddir)/libtizen-launch-client.la \ @WL_TBM_LIBS@ \ @ECORE_WL2_LIBS@ \ @ELEMENTARY_LIBS@ -- 2.34.1