diff options
Diffstat (limited to 'src/supplicant-manager/Makefile.am')
| -rw-r--r-- | src/supplicant-manager/Makefile.am | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/supplicant-manager/Makefile.am b/src/supplicant-manager/Makefile.am index 74ec9c38..a4d2f250 100644 --- a/src/supplicant-manager/Makefile.am +++ b/src/supplicant-manager/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS = . tests -INCLUDES = \ +noinst_LTLIBRARIES = libsupplicant-manager.la + +libsupplicant_manager_la_CPPFLAGS = \ -I${top_srcdir}/src \ -I${top_builddir}/src/generated \ -I${top_srcdir}/src/generated \ @@ -8,9 +10,11 @@ INCLUDES = \ -I${top_builddir}/include \ -I${top_srcdir}/include \ -I${top_builddir}/libnm-util \ - -I${top_srcdir}/libnm-util - -noinst_LTLIBRARIES = libsupplicant-manager.la + -I${top_srcdir}/libnm-util \ + $(DBUS_CFLAGS) \ + $(GLIB_CFLAGS) \ + -DNM_PKGDATADIR=\"$(pkgdatadir)\" \ + -DNM_LOCALSTATEDIR=\"$(localstatedir)\" libsupplicant_manager_la_SOURCES = \ nm-supplicant-types.h \ @@ -23,12 +27,6 @@ libsupplicant_manager_la_SOURCES = \ nm-supplicant-settings-verify.h \ nm-supplicant-settings-verify.c -libsupplicant_manager_la_CPPFLAGS = \ - $(DBUS_CFLAGS) \ - $(GLIB_CFLAGS) \ - -DNM_PKGDATADIR=\"$(pkgdatadir)\" \ - -DNM_LOCALSTATEDIR=\"$(localstatedir)\" - libsupplicant_manager_la_LIBADD = \ $(top_builddir)/src/logging/libnm-logging.la \ $(DBUS_LIBS) \ |