aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/ephy-net-monitor.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1d8fd6f09..a94d08285 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -122,6 +122,8 @@ if ENABLE_NETWORK_MANAGER
libephymain_la_SOURCES += \
ephy-net-monitor.c \
ephy-net-monitor.h
+
+libephymain_la_CFLAGS += $(NETWORK_MANAGER_CFLAGS)
endif
if ENABLE_SEED
diff --git a/src/ephy-net-monitor.c b/src/ephy-net-monitor.c
index 762a9fb8f..69f8be7b7 100644
--- a/src/ephy-net-monitor.c
+++ b/src/ephy-net-monitor.c
@@ -26,7 +26,7 @@
#include "ephy-debug.h"
#include "ephy-prefs.h"
-#include <NetworkManager/NetworkManager.h>
+#include <NetworkManager.h>
#include <gmodule.h>