diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2011-02-15 17:34:11 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2011-02-15 17:34:11 +0100 |
commit | d6905a8d66eb09cec6136b25b208e69fb9fe4f54 (patch) | |
tree | 3ba62ae3bb282946b671d2bafdab36149eb0e17d /libnm-glib/Makefile.am | |
parent | ec115ed4421fb9101bf923eb76cbeb3d2ebf5021 (diff) | |
download | NetworkManager-d6905a8d66eb09cec6136b25b208e69fb9fe4f54.tar.gz |
libnm-glib: add GError parameter to _nm_object_get_... functions
It allows us to get the error back and have control over printing
the error.
Diffstat (limited to 'libnm-glib/Makefile.am')
-rw-r--r-- | libnm-glib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/Makefile.am b/libnm-glib/Makefile.am index 4878e81315..185e405aa4 100644 --- a/libnm-glib/Makefile.am +++ b/libnm-glib/Makefile.am @@ -140,7 +140,7 @@ libnm_glib_la_LIBADD = \ $(GUDEV_LIBS) libnm_glib_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnm-glib.ver \ - -version-info "3:0:0" + -version-info "3:1:0" noinst_PROGRAMS = libnm-glib-test |