diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 16a8c29..3f94376 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = -Wall -Werror +AM_CFLAGS = -Wall -Werror -Wmissing-prototypes ACLOCAL_AMFLAGS = -I m4 telepathy_libdir=$(libdir)/telepathy |