examples: fixed a build error while linking ecore-wl2 20/206020/1
authorGwanglim Lee <gl77.lee@samsung.com>
Mon, 13 May 2019 08:45:52 +0000 (17:45 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 13 May 2019 08:45:52 +0000 (17:45 +0900)
Change-Id: I7a0e9227a5a976906da358dac27f8807ae395458

Makefile.am

index be13037..065b391 100644 (file)
@@ -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@