[babl] babl: use -no-install to avoid libtool .sh wrappers



commit ba13345739b3b1da0b5b4a789fedaa8abdddb8ec
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Sep 28 23:44:10 2017 +0200

    babl: use -no-install to avoid libtool .sh wrappers

 tests/Makefile.am |    6 +++++-
 tools/Makefile.am |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5c3706c..59bb296 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -35,9 +35,13 @@ TESTS_ENVIRONMENT = LD_LIBRARY_PATH=$(top_builddir)/babl:$LD_LIBRARY_PATH GI_TYP
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl
 if OS_UNIX
-AM_LDFLAGS  = -lpthread
+AM_LDFLAGS  = -lpthread -no-install
+else
+
+AM_LDFLAGS  = -no-install
 endif
 
+
 LDADD = $(top_builddir)/babl/libbabl-@BABL_API_VERSION@.la \
        $(MATH_LIB) $(THREAD_LIB)
 
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 0872763..dcd549f 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,4 +1,5 @@
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl
+AM_LDFLAGS = -no-install
 
 LDADD = $(top_builddir)/babl/libbabl-@BABL_API_VERSION@.la \
        $(MATH_LIB) $(THREAD_LIB)


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