diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cli/Makefile.am b/cli/Makefile.am index 394113c7..12126ec1 100644 --- a/cli/Makefile.am +++ b/cli/Makefile.am @@ -5,9 +5,9 @@ mmcli_CPPFLAGS = \ -I$(top_srcdir) \ -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 \ + -I${top_srcdir}/libmm-glib/generated \ + -I${top_builddir}/libmm-glib/generated mmcli_SOURCES = \ mmcli.h \ @@ -29,5 +29,4 @@ mmcli_SOURCES = \ mmcli_LDADD = \ $(MMCLI_LIBS) \ - $(top_builddir)/libmm-common/libmm-common.la \ $(top_builddir)/libmm-glib/libmm-glib.la |