build,plugins: include missing builddir in CPPFLAGS

Built files in the ModemManager daemon (e.g. mm-serial-enums-types.[c|h]) will
be available in ${top_builddir}/src, not in ${top_srcdir}/src.
This commit is contained in:
Aleksander Morgado
2012-10-04 12:09:53 +02:00
parent ebf7f790a6
commit 7cd047b75d

View File

@@ -6,6 +6,7 @@ PLUGIN_COMMON_COMPILER_FLAGS = \
$(GUDEV_CFLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_builddir)/src \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
-I$(top_srcdir)/libmm-glib \