diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index c0b62579..51dc22a7 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -8,8 +8,9 @@ PLUGIN_COMMON_COMPILER_FLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/include \ -I$(top_builddir)/include \ - -I$(top_srcdir)/libmm-common \ - -I$(top_builddir)/libmm-common + -I$(top_srcdir)/libmm-glib \ + -I$(top_srcdir)/libmm-glib/generated \ + -I$(top_builddir)/libmm-glib/generated PLUGIN_COMMON_LINKER_FLAGS = \ $(GUDEV_LDFLAGS) \ |