diff options
Diffstat (limited to 'src/modem-manager/Makefile.am')
| -rw-r--r-- | src/modem-manager/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modem-manager/Makefile.am b/src/modem-manager/Makefile.am index a5c6a668..b9cc7644 100644 --- a/src/modem-manager/Makefile.am +++ b/src/modem-manager/Makefile.am @@ -2,13 +2,13 @@ include $(GLIB_MAKEFILE) INCLUDES = \ -I${top_srcdir}/src \ - -I${top_srcdir}/src/generated \ -I${top_builddir}/src/generated \ + -I${top_srcdir}/src/generated \ -I${top_srcdir}/src/logging \ - -I${top_srcdir}/include \ -I${top_builddir}/include \ - -I${top_srcdir}/libnm-util \ - -I${top_builddir}/libnm-util + -I${top_srcdir}/include \ + -I${top_builddir}/libnm-util \ + -I${top_srcdir}/libnm-util noinst_LTLIBRARIES = libmodem-manager.la |