diff options
author | rbuj <[email protected]> | 2020-04-08 10:34:35 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-04-08 18:00:21 +0200 |
commit | ef9f92c36b5926f397028e1a524f22ff96e321da (patch) | |
tree | 2b1748b71cbc71949705a2dffdbbf45fed3f4d5f /stickynotes/Makefile.am | |
parent | 395c75826b1a4a63236087d2875259553b6cb620 (diff) | |
download | mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.bz2 mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.xz |
build: Use WARN_CFLAGS variable
Diffstat (limited to 'stickynotes/Makefile.am')
-rw-r--r-- | stickynotes/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |