aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 3b197efd..d8a8851c 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -6,7 +6,10 @@ PLUGIN_COMMON_COMPILER_FLAGS = \
$(GUDEV_CFLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
- -I$(top_srcdir)/include
+ -I$(top_srcdir)/include \
+ -I$(top_builddir)/include \
+ -I$(top_srcdir)/libmm-common \
+ -I$(top_builddir)/libmm-common
PLUGIN_COMMON_LINKER_FLAGS = \
$(GUDEV_LDFLAGS) \