Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
NetworkManager
NetworkManager
Commits
74ec56d9
Commit
74ec56d9
authored
Feb 22, 2012
by
Colin Walters
Committed by
Dan Williams
Feb 22, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: fix srcdir != builddir for new generated headers
parent
79027872
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
38 additions
and
4 deletions
+38
-4
callouts/Makefile.am
callouts/Makefile.am
+2
-0
callouts/tests/Makefile.am
callouts/tests/Makefile.am
+1
-0
cli/src/Makefile.am
cli/src/Makefile.am
+1
-0
examples/C/glib/Makefile.am
examples/C/glib/Makefile.am
+1
-0
libnm-glib/Makefile.am
libnm-glib/Makefile.am
+1
-0
libnm-glib/tests/Makefile.am
libnm-glib/tests/Makefile.am
+1
-0
libnm-util/tests/Makefile.am
libnm-util/tests/Makefile.am
+2
-1
src/Makefile.am
src/Makefile.am
+2
-0
src/bluez-manager/Makefile.am
src/bluez-manager/Makefile.am
+2
-0
src/dhcp-manager/Makefile.am
src/dhcp-manager/Makefile.am
+2
-0
src/dhcp-manager/tests/Makefile.am
src/dhcp-manager/tests/Makefile.am
+1
-0
src/dns-manager/Makefile.am
src/dns-manager/Makefile.am
+1
-0
src/generated/Makefile.am
src/generated/Makefile.am
+1
-0
src/ip6-manager/Makefile.am
src/ip6-manager/Makefile.am
+2
-0
src/modem-manager/Makefile.am
src/modem-manager/Makefile.am
+3
-1
src/ppp-manager/Makefile.am
src/ppp-manager/Makefile.am
+2
-0
src/settings/Makefile.am
src/settings/Makefile.am
+2
-0
src/settings/plugins/keyfile/Makefile.am
src/settings/plugins/keyfile/Makefile.am
+2
-1
src/settings/plugins/keyfile/tests/Makefile.am
src/settings/plugins/keyfile/tests/Makefile.am
+1
-0
src/supplicant-manager/Makefile.am
src/supplicant-manager/Makefile.am
+3
-1
src/supplicant-manager/tests/Makefile.am
src/supplicant-manager/tests/Makefile.am
+1
-0
src/tests/Makefile.am
src/tests/Makefile.am
+1
-0
src/vpn-manager/Makefile.am
src/vpn-manager/Makefile.am
+2
-0
test/Makefile.am
test/Makefile.am
+1
-0
No files found.
callouts/Makefile.am
View file @
74ec56d9
...
...
@@ -60,6 +60,7 @@ nm_dispatcher_action_CPPFLAGS = \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
$(DBUS_CFLAGS)
\
$(GLIB_CFLAGS)
\
-DG_DISABLE_DEPRECATED
\
...
...
@@ -86,6 +87,7 @@ libtest_dispatcher_envp_la_CPPFLAGS = \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
$(GLIB_CFLAGS)
\
$(DBUS_CFLAGS)
...
...
callouts/tests/Makefile.am
View file @
74ec56d9
...
...
@@ -2,6 +2,7 @@ INCLUDES = \
-I
$(top_srcdir)
/include
\
-I
${top_builddir}
/include
\
-I
$(top_srcdir)
/libnm-util
\
-I
$(top_builddir)
/libnm-util
\
-I
$(top_srcdir)
/callouts
noinst_PROGRAMS
=
\
...
...
cli/src/Makefile.am
View file @
74ec56d9
...
...
@@ -6,6 +6,7 @@ INCLUDES = \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/libnm-glib
nmcli_SOURCES
=
\
...
...
examples/C/glib/Makefile.am
View file @
74ec56d9
INCLUDES
=
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/libnm-glib
\
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
...
...
libnm-glib/Makefile.am
View file @
74ec56d9
...
...
@@ -6,6 +6,7 @@ INCLUDES = \
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/libnm-util
\
-I
$(top_builddir)
/libnm-util
\
-I
$(top_builddir)
/marshallers
BUILT_SOURCES
=
\
...
...
libnm-glib/tests/Makefile.am
View file @
74ec56d9
...
...
@@ -2,6 +2,7 @@ INCLUDES = \
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/libnm-util
\
-I
$(top_builddir)
/libnm-util
\
-I
$(top_srcdir)
/libnm-glib
noinst_PROGRAMS
=
test-remote-settings-client
...
...
libnm-util/tests/Makefile.am
View file @
74ec56d9
...
...
@@ -3,7 +3,8 @@ SUBDIRS=certs
INCLUDES
=
\
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/libnm-util
-I
$(top_srcdir)
/libnm-util
\
-I
$(top_builddir)
/libnm-util
noinst_PROGRAMS
=
\
test-settings-defaults
\
...
...
src/Makefile.am
View file @
74ec56d9
...
...
@@ -24,6 +24,7 @@ INCLUDES = -I${top_srcdir} \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/src/generated
\
-I
${top_builddir}
/src/generated
\
-I
${top_srcdir}
/src/logging
\
-I
${top_srcdir}
/src/dns-manager
\
-I
${top_srcdir}
/src/vpn-manager
\
...
...
@@ -36,6 +37,7 @@ INCLUDES = -I${top_srcdir} \
-I
$(top_srcdir)
/src/firewall-manager
\
-I
$(top_srcdir)
/src/settings
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/callouts
###########################################
...
...
src/bluez-manager/Makefile.am
View file @
74ec56d9
...
...
@@ -3,8 +3,10 @@ INCLUDES = \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/src
\
-I
${top_srcdir}
/src/generated
\
-I
${top_builddir}
/src/generated
\
-I
${top_srcdir}
/src/logging
noinst_LTLIBRARIES
=
libbluez-manager.la
...
...
src/dhcp-manager/Makefile.am
View file @
74ec56d9
...
...
@@ -5,8 +5,10 @@ INCLUDES = \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/src/generated
\
-I
${top_builddir}
/src/generated
\
-I
${top_srcdir}
/src/logging
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/src
noinst_LTLIBRARIES
=
libdhcp-manager.la libdhcp-dhclient.la
...
...
src/dhcp-manager/tests/Makefile.am
View file @
74ec56d9
...
...
@@ -2,6 +2,7 @@ INCLUDES = \
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
$(top_srcdir)
/src/dhcp-manager
noinst_PROGRAMS
=
test-dhcp-dhclient
...
...
src/dns-manager/Makefile.am
View file @
74ec56d9
INCLUDES
=
\
-I
${top_srcdir}
/src/logging
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/src
\
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
...
...
src/generated/Makefile.am
View file @
74ec56d9
...
...
@@ -41,6 +41,7 @@ nm_marshal_sources = $(nm_daemon_sources)
INCLUDES
=
\
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/src
\
-I
${top_srcdir}
/src/logging
\
-I
${top_srcdir}
/src/dns-manager
\
...
...
src/ip6-manager/Makefile.am
View file @
74ec56d9
...
...
@@ -3,7 +3,9 @@ INCLUDES = \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/src/generated
\
-I
${top_builddir}
/src/generated
\
-I
${top_srcdir}
/src/logging
\
-I
${top_srcdir}
/src
...
...
src/modem-manager/Makefile.am
View file @
74ec56d9
...
...
@@ -3,10 +3,12 @@ include $(GLIB_MAKEFILE)
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_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
noinst_LTLIBRARIES
=
libmodem-manager.la
...
...
src/ppp-manager/Makefile.am
View file @
74ec56d9
...
...
@@ -3,8 +3,10 @@ INCLUDES = \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/src
\
-I
${top_srcdir}
/src/generated
\
-I
${top_builddir}
/src/generated
\
-I
${top_srcdir}
/src/logging
noinst_LTLIBRARIES
=
libppp-manager.la
...
...
src/settings/Makefile.am
View file @
74ec56d9
...
...
@@ -4,7 +4,9 @@ INCLUDES = -I${top_srcdir} \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/src/generated
\
-I
${top_builddir}
/src/generated
\
-I
${top_srcdir}
/src/logging
\
-I
${top_srcdir}
/src
...
...
src/settings/plugins/keyfile/Makefile.am
View file @
74ec56d9
...
...
@@ -4,7 +4,8 @@ INCLUDES = \
-I
$(top_srcdir)
/src/settings
\
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/libnm-util
-I
$(top_srcdir)
/libnm-util
\
-I
$(top_builddir)
/libnm-util
noinst_LTLIBRARIES
=
\
libkeyfile-io.la
\
...
...
src/settings/plugins/keyfile/tests/Makefile.am
View file @
74ec56d9
...
...
@@ -4,6 +4,7 @@ INCLUDES = \
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/libnm-util
\
-I
$(top_builddir)
/libnm-util
\
-I
$(top_srcdir)
/libnm-glib
\
-I
$(srcdir)
/../
...
...
src/supplicant-manager/Makefile.am
View file @
74ec56d9
...
...
@@ -3,10 +3,12 @@ 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_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
noinst_LTLIBRARIES
=
libsupplicant-manager.la
...
...
src/supplicant-manager/tests/Makefile.am
View file @
74ec56d9
...
...
@@ -2,6 +2,7 @@ INCLUDES = \
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/libnm-util
\
-I
$(top_builddir)
/libnm-util
\
-I
$(top_srcdir)
/src
\
-I
$(top_srcdir)
/src/supplicant-manager
...
...
src/tests/Makefile.am
View file @
74ec56d9
...
...
@@ -2,6 +2,7 @@ INCLUDES = \
-I
$(top_srcdir)
/include
\
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/libnm-util
\
-I
$(top_builddir)
/libnm-util
\
-I
$(top_srcdir)
/src/dhcp-manager
\
-I
$(top_builddir)
/marshallers
\
-I
$(top_srcdir)
/src
\
...
...
src/vpn-manager/Makefile.am
View file @
74ec56d9
...
...
@@ -3,7 +3,9 @@ INCLUDES = \
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/src/generated
\
-I
${top_builddir}
/src/generated
\
-I
${top_srcdir}
/src/logging
\
-I
${top_srcdir}
/src
\
-I
${top_srcdir}
/src/dns-manager
\
...
...
test/Makefile.am
View file @
74ec56d9
INCLUDES
=
-I
${top_srcdir}
\
-I
${top_srcdir}
/libnm-util
\
-I
${top_builddir}
/libnm-util
\
-I
${top_srcdir}
/libnm-glib
\
-I
${top_srcdir}
/include
\
-I
${top_builddir}
/include
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment