diff options
author | Pablo Barciela <[email protected]> | 2020-04-10 13:59:42 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-04-10 14:34:33 +0200 |
commit | 92489950043269bac6828d1a0da6820cab98e9f4 (patch) | |
tree | 83c5cf44446a25f224068caa77574a6531cbf91a | |
parent | 5a8bf0c2c02f6eddc779cf1ff372ec7641116912 (diff) | |
download | atril-92489950043269bac6828d1a0da6820cab98e9f4.tar.bz2 atril-92489950043269bac6828d1a0da6820cab98e9f4.tar.xz |
epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGS
-rw-r--r-- | backend/epub/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/epub/Makefile.am b/backend/epub/Makefile.am index c71a320b..9eca6519 100644 --- a/backend/epub/Makefile.am +++ b/backend/epub/Makefile.am @@ -7,8 +7,8 @@ AM_CPPFLAGS = \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ - $(WARN_CXXFLAGS) \ - $(EPUB_CFLAGS) \ + $(WARN_CFLAGS) \ + $(EPUB_CFLAGS) \ $(DISABLE_DEPRECATED) backend_LTLIBRARIES = libepubdocument.la |