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 /drivemount | |
parent | 395c75826b1a4a63236087d2875259553b6cb620 (diff) | |
download | mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.bz2 mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.xz |
build: Use WARN_CFLAGS variable
Diffstat (limited to 'drivemount')
-rw-r--r-- | drivemount/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivemount/Makefile.am b/drivemount/Makefile.am index 7656efd2..7e74702d 100644 --- a/drivemount/Makefile.am +++ b/drivemount/Makefile.am @@ -4,6 +4,7 @@ AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ -DDRIVEMOUNT_MENU_UI_DIR=\""$(uidir)"\" \ + ${WARN_CFLAGS} \ $(MATE_APPLETS4_CFLAGS) \ $(MATEDESKTOP_CFLAGS) |