summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 21172e51..69b068ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,8 @@ AM_CFLAGS=\
-DMANPAGE_PATH="\"$(mandir)/man1/rofi.1\""\
-I$(top_srcdir)/include/\
-I$(top_srcdir)/config/\
- -I$(top_builddir)/
+ -I$(top_builddir)/\
+ -Werror=missing-prototypes
rofi_SOURCES=\
source/rofi.c\