[gimp/metadata-wip-rebased] app: make tests build again with the new GIO/gevix2 dependency



commit 56d537bb7a86f7f6aede4d637e027e7aff976b7a
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]