summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-10 13:59:42 +0200
committerrbuj <[email protected]>2020-04-10 14:37:51 +0200
commit26e4415e68e41bcacc0ebdfc28c9a46e674bd290 (patch)
tree096bec7f863afe6e6fb41202b0fbd1c53c857aab
parent4e4543570b444f3995753dfc677fb89d680bfb11 (diff)
downloadatril-26e4415e68e41bcacc0ebdfc28c9a46e674bd290.tar.bz2
atril-26e4415e68e41bcacc0ebdfc28c9a46e674bd290.tar.xz
epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGS
-rw-r--r--backend/epub/Makefile.am4
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