[network-manager-applet] build: drop unused libnma version macros



commit 3da468101b327be008445ceda7a6453bd01bf7e3
Author: Thomas Haller <thaller redhat com>
Date:   Fri Mar 6 22:47:12 2020 +0100

    build: drop unused libnma version macros
    
    These macros belong to libnma and no longer to applet.

 configure.ac    | 9 ---------
 src/meson.build | 5 -----
 2 files changed, 14 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a3f3bffe..0d8cb6ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,15 +18,6 @@ AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz -Wno-portability])
 AM_MAINTAINER_MODE([enable])
 AM_SILENT_RULES([yes])
 
-NMA_MAJOR_VERSION=nma_major_version
-NMA_MINOR_VERSION=nma_minor_version
-NMA_MICRO_VERSION=nma_micro_version
-NMA_VERSION=nma_version
-AC_SUBST(NMA_MAJOR_VERSION)
-AC_SUBST(NMA_MINOR_VERSION)
-AC_SUBST(NMA_MICRO_VERSION)
-AC_SUBST(NMA_VERSION)
-
 dnl
 dnl Require programs
 dnl
diff --git a/src/meson.build b/src/meson.build
index 9647a428..a394068c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,10 +1,5 @@
 src_inc = include_directories('.')
 
-version_conf = configuration_data()
-version_conf.set('NMA_MAJOR_VERSION', nma_major_version)
-version_conf.set('NMA_MINOR_VERSION', nma_minor_version)
-version_conf.set('NMA_MICRO_VERSION', nma_micro_version)
-
 subdir('utils')
 subdir('wireless-security')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]