summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2015-06-29 16:55:12 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2015-06-30 10:38:23 -0500
commit480536d5026e68d0d0211849cc5fde759a7797b6 (patch)
treec8b80ed42efb45f2f872e33f80447daead1ca5c3 /lib
parentc10488db3416e9afed2564b1a61f240b0414b6f5 (diff)
downloadepiphany-480536d5026e68d0d0211849cc5fde759a7797b6.tar.gz
Enable compiler warnings in some places they were missing
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/history/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 119b56ec8..c4f4201d0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = widgets egg history
+AM_CFLAGS = $(WARN_CFLAGS)
+
noinst_LTLIBRARIES = libephymisc.la
NOINST_H_FILES = \
diff --git a/lib/history/Makefile.am b/lib/history/Makefile.am
index 432cc4a41..777f30d1b 100644
--- a/lib/history/Makefile.am
+++ b/lib/history/Makefile.am
@@ -1,3 +1,5 @@
+AM_CFLAGS = $(WARN_CFLAGS)
+
noinst_LTLIBRARIES = libephyhistory.la
libephyhistory_la_SOURCES = \