diff options
author | raveit65 <[email protected]> | 2020-04-10 18:05:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-10 18:46:34 +0200 |
commit | ce0d2a510b15ef6093a8f43aaa01ef6c84707687 (patch) | |
tree | 3d43ee21208fc2e455fc72fa45ca1c682d76cc9e /maximus | |
parent | 5c6c1e6bdbbdf3814857bf47275c700d122be7b8 (diff) | |
download | mate-netbook-ce0d2a510b15ef6093a8f43aaa01ef6c84707687.tar.bz2 mate-netbook-ce0d2a510b15ef6093a8f43aaa01ef6c84707687.tar.xz |
use MATE_COMPILE_WARNINGS from mate-common
Diffstat (limited to 'maximus')
-rw-r--r-- | maximus/Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/maximus/Makefile.am b/maximus/Makefile.am index 0ea9bad..f9f53c8 100644 --- a/maximus/Makefile.am +++ b/maximus/Makefile.am @@ -4,15 +4,16 @@ PKGDATADIR = $(datadir)/mate-maximus DATADIR = $(datadir) SYSCONFDIR = $(sysconfdir) AM_CFLAGS = \ - $(MAXIMUS_DEPS_CFLAGS) \ - $(GCC_FLAGS) \ - -I$(top_builddir) \ - -I$(top_srcdir) \ + $(MAXIMUS_DEPS_CFLAGS) \ + $(GCC_FLAGS) \ + -I$(top_builddir) \ + -I$(top_srcdir) \ -I$(top_srcdir)/tidy \ - -D_GNU_SOURCE \ + -D_GNU_SOURCE \ -DPKGDATADIR=\"$(PKGDATADIR)\" \ -DDATADIR=\"$(DATADIR)\" \ - -DSYSCONFDIR=\"$(SYSCONFDIR)\" + -DSYSCONFDIR=\"$(SYSCONFDIR)\" \ + $(WARN_CFLAGS) mate_maximus_LDADD = \ $(MAXIMUS_DEPS_LIBS) |