[gnome-applets] build: use WARN_CFLAGS and WARN_LDFLAGS



commit 75f109a363431e0aeb9cbab4aea85536199a51d8
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Apr 9 20:13:47 2020 +0300

    build: use WARN_CFLAGS and WARN_LDFLAGS

 gnome-applets/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/gnome-applets/Makefile.am b/gnome-applets/Makefile.am
index 8c7811814..78cbda566 100644
--- a/gnome-applets/Makefile.am
+++ b/gnome-applets/Makefile.am
@@ -36,6 +36,7 @@ org_gnome_gnome_applets_la_CPPFLAGS = \
 org_gnome_gnome_applets_la_CFLAGS = \
        $(GNOME_PANEL_CFLAGS) \
        $(LIBGWEATHER_CFLAGS) \
+       $(WARN_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
 
@@ -80,6 +81,7 @@ endif
 
 org_gnome_gnome_applets_la_LDFLAGS = \
        -module -avoid-version \
+       $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \
        $(NULL)
 


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