[tepl] amtk: include libamtk to libtepl



commit 12bd86fb0ecec6bee5ca77d60d2d029ff8bf711d
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Jul 13 14:18:04 2017 +0200

    amtk: include libamtk to libtepl

 tepl/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tepl/Makefile.am b/tepl/Makefile.am
index b35ca51..c47c4b8 100644
--- a/tepl/Makefile.am
+++ b/tepl/Makefile.am
@@ -123,13 +123,14 @@ lib_LTLIBRARIES = libtepl-@TEPL_API_VERSION@.la
 libtepl_@TEPL_API_VERSION@_la_SOURCES =
 
 libtepl_@TEPL_API_VERSION@_la_LIBADD = \
+       $(top_builddir)/amtk/libamtk.la \
        libtepl-core.la                 \
        $(DEP_LIBS)
 
 libtepl_@TEPL_API_VERSION@_la_LDFLAGS =                \
        -version-info $(TEPL_LT_VERSION)        \
        -no-undefined                           \
-       -export-symbols-regex "^tepl_.*"        \
+       -export-symbols-regex "^(tepl|amtk)_.*" \
        $(WARN_LDFLAGS)
 
 libtepl_includedir = $(includedir)/tepl-@TEPL_API_VERSION@/tepl


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]