diff options
author | rbuj <[email protected]> | 2019-09-26 13:47:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-01 11:28:59 +0200 |
commit | ea2ce187004a42c26d22701f6212e1698052f24c (patch) | |
tree | f543c5fe5e51f6966b8d05d38090d348c0119641 /mate-dictionary/src | |
parent | 28762a84a8599327f68ea06df033c16040fbef03 (diff) | |
download | mate-utils-ea2ce187004a42c26d22701f6212e1698052f24c.tar.bz2 mate-utils-ea2ce187004a42c26d22701f6212e1698052f24c.tar.xz |
Add WARN_CFLAGS to CFLAGS
Diffstat (limited to 'mate-dictionary/src')
-rw-r--r-- | mate-dictionary/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-dictionary/src/Makefile.am b/mate-dictionary/src/Makefile.am index fd5b490f..31e91340 100644 --- a/mate-dictionary/src/Makefile.am +++ b/mate-dictionary/src/Makefile.am @@ -41,6 +41,7 @@ mate_dictionary_CFLAGS = \ $(GLIB_CFLAGS) \ $(GIO_CFLAGS) \ $(GTK_CFLAGS) \ + $(WARN_CFLAGS) \ $(NULL) mate_dictionary_LDADD = \ @@ -79,6 +80,7 @@ mate_dictionary_applet_CFLAGS = \ $(GLIB_CFLAGS) \ $(GIO_CFLAGS) \ $(GTK_CFLAGS) \ + $(WARN_CFLAGS) \ $(NULL) mate_dictionary_applet_LDADD = \ |