[gnome-applets] gweather: fix build



commit e14482a90e6113f211e9328d8c39a69bdf5111d8
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Aug 8 18:16:45 2018 +0300

    gweather: fix build
    
    https://gitlab.gnome.org/GNOME/gnome-applets/issues/4

 gweather/src/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/gweather/src/Makefile.am b/gweather/src/Makefile.am
index bfb71ec21..e8bf69e5c 100644
--- a/gweather/src/Makefile.am
+++ b/gweather/src/Makefile.am
@@ -18,6 +18,7 @@ libgweather_applet_la_CFLAGS = \
        $(GNOME_APPLETS_CFLAGS) \
        $(LIBGWEATHER_CFLAGS) \
        $(LIBNOTIFY_CFLAGS) \
+       $(XML2_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
@@ -44,6 +45,7 @@ libgweather_applet_la_LIBADD = \
        $(GNOME_APPLETS_LIBS) \
        $(LIBGWEATHER_LIBS) \
        $(LIBNOTIFY_LIBS) \
+       $(XML2_LIBS) \
        $(NULL)
 
 -include $(top_srcdir)/git.mk


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