diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
| commit | 2bfb3eb7d0323e69affca154395f51d8b577414d (patch) | |
| tree | e3130a5146441296df6d08a0f4ac7222a854c8f8 /clients/tui | |
| parent | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff) | |
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'clients/tui')
| -rw-r--r-- | clients/tui/Makefile.am | 1 | ||||
| -rw-r--r-- | clients/tui/Makefile.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/clients/tui/Makefile.am b/clients/tui/Makefile.am index caf792ee..30ed9dde 100644 --- a/clients/tui/Makefile.am +++ b/clients/tui/Makefile.am @@ -16,7 +16,6 @@ AM_CPPFLAGS= \ $(NEWT_CFLAGS) \ $(GUDEV_CFLAGS) \ -DG_LOG_DOMAIN=\""nmtui"\" \ - -DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \ -DLOCALEDIR=\""$(localedir)"\" \ $(NULL) diff --git a/clients/tui/Makefile.in b/clients/tui/Makefile.in index f489995d..82b89bdd 100644 --- a/clients/tui/Makefile.in +++ b/clients/tui/Makefile.in @@ -574,7 +574,6 @@ with_valgrind = @with_valgrind@ @BUILD_NMTUI_TRUE@ $(NEWT_CFLAGS) \ @BUILD_NMTUI_TRUE@ $(GUDEV_CFLAGS) \ @BUILD_NMTUI_TRUE@ -DG_LOG_DOMAIN=\""nmtui"\" \ -@BUILD_NMTUI_TRUE@ -DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \ @BUILD_NMTUI_TRUE@ -DLOCALEDIR=\""$(localedir)"\" \ @BUILD_NMTUI_TRUE@ $(NULL) |