| Index: Makefile.am
|
| diff --git a/Makefile.am b/Makefile.am
|
| index 67189b43026876bafe6244c7e5a0dbcc1227515a..f79300729cb7cc520aac93db52f2c01caf718f84 100644
|
| --- a/Makefile.am
|
| +++ b/Makefile.am
|
| @@ -90,7 +90,8 @@ build_plugindir = $(plugindir)
|
| build_scriptdir = $(scriptdir)
|
| endif
|
|
|
| -AM_CFLAGS = -Werror @UDEV_CFLAGS@ @NETLINK_CFLAGS@ @DBUS_CFLAGS@ \
|
| +AM_CFLAGS = -Wimplicit-function-declaration -Werror \
|
| + @UDEV_CFLAGS@ @NETLINK_CFLAGS@ @DBUS_CFLAGS@ \
|
| @GLIB_CFLAGS@ @GTHREAD_CFLAGS@ $(builtin_cflags) \
|
| -DCONNMAN_PLUGIN_BUILTIN \
|
| -DSTATEDIR=\""$(statedir)"\" \
|
|
|