[NetworkManager-openvpn/lr/gtk-4.0: 16/19] build: don't include the generated resources in dist tarball
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-openvpn/lr/gtk-4.0: 16/19] build: don't include the generated resources in dist tarball
- Date: Wed, 26 Jan 2022 13:26:34 +0000 (UTC)
commit fc892fa2e7ca22a41345860962c40239ff684442
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Thu Nov 11 10:42:40 2021 +0100
build: don't include the generated resources in dist tarball
Makefile.am | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5427b89..8052274 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -108,8 +108,6 @@ plugin_sources = \
properties/import-export.h
editor_sources = \
- properties/resources.c \
- properties/resources.h \
properties/nm-openvpn-editor.c \
properties/nm-openvpn-editor.h
@@ -173,6 +171,10 @@ endif
properties_libnm_vpn_plugin_openvpn_editor_la_SOURCES = \
$(editor_sources)
+nodist_properties_libnm_vpn_plugin_openvpn_editor_la_SOURCES = \
+ properties/resources.c \
+ properties/resources.h
+
properties_libnm_vpn_plugin_openvpn_editor_la_CPPFLAGS = \
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_LIB_EDITOR \
$(properties_cppflags) \
@@ -202,6 +204,10 @@ properties_libnm_openvpn_properties_core_la_SOURCES = \
$(plugin_sources) \
$(editor_sources)
+nodist_properties_libnm_openvpn_properties_core_la_SOURCES = \
+ properties/resources.c \
+ properties/resources.h
+
properties_libnm_openvpn_properties_core_la_CPPFLAGS = \
-DNETWORKMANAGER_COMPILATION='NM_NETWORKMANAGER_COMPILATION_LIB|NM_NETWORKMANAGER_COMPILATION_WITH_LIBNM_UTIL'
\
$(properties_cppflags) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]