[gimp] app: link tests against LIBMYPAINTGEGL_LIBS
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: link tests against LIBMYPAINTGEGL_LIBS
- Date: Mon, 13 Apr 2015 00:15:02 +0000 (UTC)
commit 02fd23e3b88cbd23ec7c6d70346f1f8714807f9b
Author: Michael Natterer <mitch gimp org>
Date: Mon Apr 13 02:14:28 2015 +0200
app: link tests against LIBMYPAINTGEGL_LIBS
app/config/Makefile.am | 4 +++-
app/tests/Makefile.am | 2 ++
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/app/config/Makefile.am b/app/config/Makefile.am
index 9523f7b..60521e7 100644
--- a/app/config/Makefile.am
+++ b/app/config/Makefile.am
@@ -116,7 +116,9 @@ test_config_LDADD = \
$(GEGL_LIBS) \
$(GIO_LIBS) \
$(GEXIV2_LIBS) \
- $(Z_LIBS)
+ $(Z_LIBS) \
+ $(JSON_C_LIBS) \
+ $(LIBMYPAINTGEGL_LIBS)
CLEANFILES = $(EXTRA_PROGRAMS) foorc
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index 830ed94..5703de0 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -128,6 +128,8 @@ LDADD = \
$(GIO_LIBS) \
$(GEXIV2_LIBS) \
$(LCMS_LIBS) \
+ $(JSON_C_LIBS) \
+ $(LIBMYPAINTGEGL_LIBS) \
$(INTLLIBS) \
$(RT_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]