[gnome-applets] gweather: cleanup CFLAGS and LIBADD



commit 868854d7d50908ce78781486c07621ae59b302e2
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Dec 13 16:50:05 2016 +0200

    gweather: cleanup CFLAGS and LIBADD

 gweather/src/Makefile.am |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/gweather/src/Makefile.am b/gweather/src/Makefile.am
index f97a24d..612d99e 100644
--- a/gweather/src/Makefile.am
+++ b/gweather/src/Makefile.am
@@ -15,11 +15,9 @@ libgweather_applet_la_CPPFLAGS = \
        $(NULL)
 
 libgweather_applet_la_CFLAGS = \
-       $(DBUS_CFLAGS) \
        $(GNOME_APPLETS_CFLAGS) \
-       $(DBUS_CFLAGS) \
-       $(LIBNOTIFY_CFLAGS) \
        $(LIBGWEATHER_CFLAGS) \
+       $(LIBNOTIFY_CFLAGS) \
        $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
@@ -46,12 +44,9 @@ libgweather_applet_la_LDFLAGS = \
        $(NULL)
 
 libgweather_applet_la_LIBADD = \
-       $(DBUS_LIBS) \
-       $(LIBNOTIFY_LIBS) \
        $(GNOME_APPLETS_LIBS) \
-       $(DBUS_LIBS) \
-       $(GNOME_LIBS2_LIBS) \
        $(LIBGWEATHER_LIBS) \
+       $(LIBNOTIFY_LIBS) \
        $(NULL)
 
 -include $(top_srcdir)/git.mk


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