diff options
author | Dan Winship <danw@gnome.org> | 2014-07-15 09:24:50 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-07-15 09:44:54 -0400 |
commit | 7eb0288aa0c62f9feb2f2ad456ebde083f7284aa (patch) | |
tree | 7047d5085e45d0333a696a8eb5a5676d16792906 /configure.ac | |
parent | f352bfd2af77566e2fbb1902db807af82008af1d (diff) | |
download | NetworkManager-7eb0288aa0c62f9feb2f2ad456ebde083f7284aa.tar.gz |
libnm-util: move NetworkManager.h, etc, from include/ to here
NetworkManager.h, NetworkManagerVPN.h, and nm-version.h are part of
the libnm-util API, so move them to libnm-util.
include/ still contains headers that are strictly NM-internal (eg,
nm-glib-compat.h).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e3102d15da..7b1c1221a0 100644 --- a/configure.ac +++ b/configure.ac @@ -794,7 +794,6 @@ AM_CONDITIONAL(SETTING_DOCS_AVAILABLE, test "$build_setting_docs" = "yes" -o "$h AC_CONFIG_FILES([ Makefile include/Makefile -include/nm-version.h src/Makefile src/tests/Makefile src/config/tests/Makefile @@ -829,6 +828,7 @@ src/devices/wifi/Makefile src/devices/wifi/tests/Makefile src/devices/wwan/Makefile libnm-util/libnm-util.pc +libnm-util/nm-version.h libnm-util/Makefile libnm-util/tests/Makefile libnm-util/tests/certs/Makefile |