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 /docs/libnm-glib | |
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 'docs/libnm-glib')
-rw-r--r-- | docs/libnm-glib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/libnm-glib/Makefile.am b/docs/libnm-glib/Makefile.am index c6c9edf8f4..98ce4483b4 100644 --- a/docs/libnm-glib/Makefile.am +++ b/docs/libnm-glib/Makefile.am @@ -70,8 +70,6 @@ extra_files = libnm-glib.png # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. GTKDOC_CFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -I$(top_srcdir)/libnm-util \ -I$(top_builddir)/libnm-util \ -I$(top_srcdir)/libnm-glib \ |