summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-15 09:24:50 -0400
committerDan Winship <danw@gnome.org>2014-07-15 09:44:54 -0400
commit7eb0288aa0c62f9feb2f2ad456ebde083f7284aa (patch)
tree7047d5085e45d0333a696a8eb5a5676d16792906 /configure.ac
parentf352bfd2af77566e2fbb1902db807af82008af1d (diff)
downloadNetworkManager-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.ac2
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