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 /geyes/Makefile.am | |
parent | 395c75826b1a4a63236087d2875259553b6cb620 (diff) | |
download | mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.bz2 mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.xz |
build: Use WARN_CFLAGS variable
Diffstat (limited to 'geyes/Makefile.am')
-rw-r--r-- | geyes/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/geyes/Makefile.am b/geyes/Makefile.am index c3e0550a..f226f218 100644 --- a/geyes/Makefile.am +++ b/geyes/Makefile.am @@ -3,11 +3,12 @@ SUBDIRS = themes docs AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ - $(MATE_APPLETS4_CFLAGS) \ - $(MATEDESKTOP_CFLAGS) \ + $(MATE_APPLETS4_CFLAGS) \ + $(MATEDESKTOP_CFLAGS) \ -I$(includedir) \ -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \ - -DGEYES_MENU_UI_DIR=\""$(uidir)"\" + -DGEYES_MENU_UI_DIR=\""$(uidir)"\" \ + ${WARN_CFLAGS} libexec_PROGRAMS = mate-geyes-applet |