diff options
Diffstat (limited to 'src/generated/Makefile.in')
| -rw-r--r-- | src/generated/Makefile.in | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/generated/Makefile.in b/src/generated/Makefile.in index 69c7f85c..76697de5 100644 --- a/src/generated/Makefile.in +++ b/src/generated/Makefile.in @@ -35,6 +35,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @WITH_WIMAX_TRUE@am__append_1 = $(top_srcdir)/src/wimax/*.[ch] +@WITH_WIMAX_TRUE@am__append_2 = -I$(top_srcdir)/src/wimax subdir = src/generated DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -359,27 +360,20 @@ nm_enum_types_sources = $(nm_daemon_sources) GLIB_MKENUMS_H_FLAGS = --identifier-prefix NM GLIB_MKENUMS_C_FLAGS = --identifier-prefix NM nm_marshal_sources = $(nm_daemon_sources) -INCLUDES = \ - -I${top_srcdir}/include \ - -I${top_builddir}/include \ - -I${top_srcdir}/src \ - -I${top_srcdir}/src/logging \ +INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include \ + -I${top_srcdir}/src -I${top_srcdir}/src/logging \ -I${top_srcdir}/src/dns-manager \ -I${top_srcdir}/src/vpn-manager \ -I${top_srcdir}/src/dhcp-manager \ -I${top_srcdir}/src/ip6-manager \ -I${top_srcdir}/src/supplicant-manager \ - -I${top_srcdir}/src/backends \ - -I${top_srcdir}/src/ppp-manager \ + -I${top_srcdir}/src/backends -I${top_srcdir}/src/ppp-manager \ -I${top_srcdir}/src/dnsmasq-manager \ -I${top_srcdir}/src/modem-manager \ -I$(top_srcdir)/src/bluez-manager \ -I$(top_srcdir)/src/firewall-manager \ - -I$(top_srcdir)/src/settings \ - -I$(top_srcdir)/src/wifi \ - -I$(top_srcdir)/src/wimax \ - -I$(top_srcdir)/libnm-util - + -I$(top_srcdir)/src/settings -I$(top_srcdir)/src/wifi \ + -I$(top_srcdir)/libnm-util $(am__append_2) libnm_generated_la_CPPFLAGS = \ $(DBUS_CFLAGS) \ $(GLIB_CFLAGS) \ |