diff options
Diffstat (limited to 'src/supplicant-manager/Makefile.am')
| -rw-r--r-- | src/supplicant-manager/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/supplicant-manager/Makefile.am b/src/supplicant-manager/Makefile.am index 359fc70a..e8a2ce74 100644 --- a/src/supplicant-manager/Makefile.am +++ b/src/supplicant-manager/Makefile.am @@ -2,10 +2,13 @@ SUBDIRS=. tests INCLUDES = \ -I${top_srcdir}/src \ + -I${top_srcdir}/src/generated \ + -I${top_builddir}/src/generated \ -I${top_srcdir}/src/logging \ -I${top_srcdir}/include \ + -I${top_builddir}/include \ -I${top_srcdir}/libnm-util \ - -I${top_builddir}/marshallers + -I${top_builddir}/libnm-util noinst_LTLIBRARIES = libsupplicant-manager.la @@ -27,7 +30,6 @@ libsupplicant_manager_la_CPPFLAGS = \ -DNM_LOCALSTATEDIR=\"$(localstatedir)\" libsupplicant_manager_la_LIBADD = \ - $(top_builddir)/marshallers/libmarshallers.la \ $(top_builddir)/src/logging/libnm-logging.la \ $(DBUS_LIBS) \ $(GLIB_LIBS) |