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 /font-viewer/Makefile.am | |
parent | 61b997c678b31041e5128c52ab1a57858f9dda30 (diff) | |
download | mate-control-center-7409da3ec2cc07e81a12825c226d5dff8f3d27d0.tar.bz2 mate-control-center-7409da3ec2cc07e81a12825c226d5dff8f3d27d0.tar.xz |
build: use warning flags
Diffstat (limited to 'font-viewer/Makefile.am')
-rw-r--r-- | font-viewer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/Makefile.am b/font-viewer/Makefile.am index dad9d5ac..501c610c 100644 --- a/font-viewer/Makefile.am +++ b/font-viewer/Makefile.am @@ -1,5 +1,5 @@ -AM_CPPFLAGS = $(FONT_VIEWER_CFLAGS) $(MATECC_CAPPLETS_CFLAGS) -DDIRECTORY_DIR=\"$(directorydir)\" \ +AM_CPPFLAGS = $(WARN_CFLAGS) $(FONT_VIEWER_CFLAGS) $(MATECC_CAPPLETS_CFLAGS) -DDIRECTORY_DIR=\"$(directorydir)\" \ -DMATELOCALEDIR=\"$(datadir)/locale\" bin_PROGRAMS = mate-thumbnail-font mate-font-viewer |