diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:22 +0100 |
| commit | 9c202e3e860b3be9e1f8882630b69affbb130102 (patch) | |
| tree | 8202bf39f2129486971fa7d5ae0dee61a561aa53 /src/ip6-manager/Makefile.am | |
| parent | 36cb2f364a821e1be50b23e03a18891ec55adb06 (diff) | |
Imported Upstream version 0.9.7.995 upstream/0.9.7.995
Diffstat (limited to 'src/ip6-manager/Makefile.am')
| -rw-r--r-- | src/ip6-manager/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ip6-manager/Makefile.am b/src/ip6-manager/Makefile.am index be4b9713..eb730394 100644 --- a/src/ip6-manager/Makefile.am +++ b/src/ip6-manager/Makefile.am @@ -18,8 +18,7 @@ libip6_manager_la_SOURCES = \ libip6_manager_la_CPPFLAGS = \ $(LIBNL_CFLAGS) \ $(DBUS_CFLAGS) \ - $(GLIB_CFLAGS) \ - -DG_DISABLE_DEPRECATED + $(GLIB_CFLAGS) libip6_manager_la_LIBADD = \ $(top_builddir)/src/generated/libnm-generated.la \ |