From ef9f92c36b5926f397028e1a524f22ff96e321da Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 8 Apr 2020 10:34:35 +0200 Subject: build: Use WARN_CFLAGS variable --- stickynotes/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'stickynotes') diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index 9adf21ae..a67506bd 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -24,6 +24,7 @@ AM_CPPFLAGS = \ $(XML2_CFLAGS) \ -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\" \ -DGRESOURCE=\""/org/mate/mate-applets/sticky-notes/\"" \ + ${WARN_CFLAGS} \ $(NULL) libexec_PROGRAMS = stickynotes-applet -- cgit v1.2.1