diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:30 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:30 +0100 |
| commit | 02d69323d320e0df4d7daa6115ee1ac1239b1a58 (patch) | |
| tree | b83a6b9a01b302117d31476361971212f9fd1750 /cli/src/Makefile.am | |
| parent | d31839fb4152978db9734e24c00fbac4f42debb7 (diff) | |
| parent | 9c202e3e860b3be9e1f8882630b69affbb130102 (diff) | |
Merge tag 'upstream/0.9.7.995' into experimental
Upstream version 0.9.7.995
Diffstat (limited to 'cli/src/Makefile.am')
| -rw-r--r-- | cli/src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/src/Makefile.am b/cli/src/Makefile.am index ec62bfea..0f379c10 100644 --- a/cli/src/Makefile.am +++ b/cli/src/Makefile.am @@ -28,8 +28,7 @@ nmcli_SOURCES = \ nmcli_CPPFLAGS = \ $(DBUS_CFLAGS) \ $(GLIB_CFLAGS) \ - -DNMCLI_LOCALEDIR=\"$(datadir)/locale\" \ - -DG_DISABLE_DEPRECATED + -DNMCLI_LOCALEDIR=\"$(datadir)/locale\" nmcli_LDADD = \ $(DBUS_LIBS) \ |