summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-03-10 11:19:26 -0800
committerDan Williams <dcbw@redhat.com>2010-03-10 11:19:26 -0800
commitd0c792d59842abac896587191b15a3250dbc5ff3 (patch)
tree7cf93f5adc41d7449d36d1cf785ce731302f2182 /test
parent9c9898091a461f5facaf63b1b6d02586d8edc7ff (diff)
downloadNetworkManager-d0c792d59842abac896587191b15a3250dbc5ff3.tar.gz
build: fix build of old libnm_glib stuff after 9c9898091a461f5facaf63b1b6d02586d8edc7ff
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9a07f91564..8e235e4322 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -28,6 +28,9 @@ nm_online_LDADD = \
$(GLIB_LIBS)
libnm_glib_test_SOURCES = libnm-glib-test.c
+libnm_glib_test_CFLAGS = \
+ -Wno-deprecated-declarations \
+ -Wno-deprecated
libnm_glib_test_LDADD = \
$(top_builddir)/libnm-glib/libnm-glib.la \
$(top_builddir)/libnm-util/libnm-util.la \