From d0c792d59842abac896587191b15a3250dbc5ff3 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 10 Mar 2010 11:19:26 -0800 Subject: [PATCH] build: fix build of old libnm_glib stuff after 9c9898091a461f5facaf63b1b6d02586d8edc7ff --- test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 \