diff options
author | Thomas Haller <thaller@redhat.com> | 2016-10-11 21:50:18 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-10-13 21:33:33 +0200 |
commit | cc78d89796909750d8a5f2b960e36b38f9d7a070 (patch) | |
tree | 3afc219caac1ba396891d4ab4b0d026c58003b30 | |
parent | 034f07787dc68fe1f81662d537c9baf81302a573 (diff) |
build: fix check_local for wifi plugin
-rw-r--r-- | src/devices/wifi/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/wifi/Makefile.am b/src/devices/wifi/Makefile.am index 121a874f2..c0d303a07 100644 --- a/src/devices/wifi/Makefile.am +++ b/src/devices/wifi/Makefile.am @@ -1,5 +1,7 @@ include $(GLIB_MAKEFILE) +include $(top_srcdir)/nm.mk + @GNOME_CODE_COVERAGE_RULES@ if ENABLE_TESTS |