[gimp/metadata-wip-rebased: 18/20] app: make tests build again with the new GIO/gevix2 dependency
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-wip-rebased: 18/20] app: make tests build again with the new GIO/gevix2 dependency
- Date: Thu, 24 Oct 2013 21:32:32 +0000 (UTC)
commit e53c6678ba931e1ada5b89256e897d2a1f850580
Author: Michael Natterer <mitch gimp org>
Date: Thu Oct 24 18:33:53 2013 +0200
app: make tests build again with the new GIO/gevix2 dependency
app/config/Makefile.am | 3 ++-
app/config/test-config.c | 2 +-
app/tests/Makefile.am | 3 ++-
3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/app/config/Makefile.am b/app/config/Makefile.am
index cc3fe41..132fb26 100644
--- a/app/config/Makefile.am
+++ b/app/config/Makefile.am
@@ -110,7 +110,8 @@ test_config_LDADD = \
$(PANGOCAIRO_LIBS) \
$(GDK_PIXBUF_LIBS) \
$(GEGL_LIBS) \
- $(GLIB_LIBS)
+ $(GIO_LIBS) \
+ $(GEXIV2_LIBS)
CLEANFILES = $(EXTRA_PROGRAMS) foorc
diff --git a/app/config/test-config.c b/app/config/test-config.c
index 4f06e96..da0aa9b 100644
--- a/app/config/test-config.c
+++ b/app/config/test-config.c
@@ -23,7 +23,7 @@
#include "stdlib.h"
#include "string.h"
-#include <glib-object.h>
+#include <gio/gio.h>
#include "libgimpbase/gimpbase.h"
#include "libgimpbase/gimpbase-private.h"
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index 45a36e4..d488305 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -124,7 +124,8 @@ LDADD = \
$(PANGOCAIRO_LIBS) \
$(CAIRO_LIBS) \
$(GEGL_LIBS) \
- $(GLIB_LIBS) \
+ $(GIO_LIBS) \
+ $(GEXIV2_LIBS) \
$(INTLLIBS) \
$(RT_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]