diff options
author | rbuj <[email protected]> | 2020-02-05 10:47:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 00:37:40 +0100 |
commit | 7409da3ec2cc07e81a12825c226d5dff8f3d27d0 (patch) | |
tree | 2a14d9c63f135406bc7ba0434a1e8d0041fb170d /capplets/windows | |
parent | 61b997c678b31041e5128c52ab1a57858f9dda30 (diff) | |
download | mate-control-center-7409da3ec2cc07e81a12825c226d5dff8f3d27d0.tar.bz2 mate-control-center-7409da3ec2cc07e81a12825c226d5dff8f3d27d0.tar.xz |
build: use warning flags
Diffstat (limited to 'capplets/windows')
-rw-r--r-- | capplets/windows/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am index 4c505a11..b6f5e854 100644 --- a/capplets/windows/Makefile.am +++ b/capplets/windows/Makefile.am @@ -22,9 +22,11 @@ mate-window-properties-resources.h mate-window-properties-resources.c: org.mate. $(desktop_DATA): $(Desktop_in_files) $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ -AM_CPPFLAGS = $(MATECC_CAPPLETS_CFLAGS) \ - -DUIDIR=\""$(uidir)"\" \ - -DPIXMAPDIR=\""$(pixmapdir)"\" +AM_CPPFLAGS = \ + $(WARN_CFLAGS) \ + $(MATECC_CAPPLETS_CFLAGS) \ + -DUIDIR=\""$(uidir)"\" \ + -DPIXMAPDIR=\""$(pixmapdir)"\" CLEANFILES = $(BUILT_SOURCES) $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) EXTRA_DIST = $(Desktop_in_files) org.mate.mcc.windows.gresource.xml window-properties.ui |