[NetworkManager-pptp/lr/gtk-4.0: 2/10] build: don't include resource files in tarball
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-pptp/lr/gtk-4.0: 2/10] build: don't include resource files in tarball
- Date: Mon, 17 Jan 2022 09:38:51 +0000 (UTC)
commit f622d5ce3cb17b85c66395fcf5698b348acb00fe
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Fri Jan 14 16:48:16 2022 +0100
build: don't include resource files in tarball
Those are generated files that have no business being there.
Makefile.am | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 23bcb00..3c819c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -130,8 +130,6 @@ plugin_sources = \
editor_sources = \
$(shared_sources) \
shared/nm-utils/nm-vpn-plugin-utils.h \
- properties/resources.c \
- properties/resources.h \
properties/advanced-dialog.c \
properties/advanced-dialog.h \
properties/nm-pptp-editor.c \
@@ -181,6 +179,9 @@ endif
properties_libnm_vpn_plugin_pptp_editor_la_SOURCES = \
$(editor_sources)
+nodist_properties_libnm_vpn_plugin_pptp_editor_la_SOURCES = \
+ properties/resources.c \
+ properties/resources.h
properties_libnm_vpn_plugin_pptp_editor_la_CFLAGS = \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS) \
@@ -208,6 +209,9 @@ properties_libnm_pptp_properties_la_SOURCES = \
shared/nm-utils/nm-glib.h \
$(plugin_sources) \
$(editor_sources)
+nodist_properties_libnm_pptp_properties_la_SOURCES = \
+ properties/resources.c \
+ properties/resources.h
properties_libnm_pptp_properties_la_CFLAGS = \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS) \
@@ -234,8 +238,6 @@ endif
auth_dialog_nm_pptp_auth_dialog_SOURCES = \
$(shared_sources) \
- properties/resources.c \
- properties/resources.h \
auth-dialog/main.c
auth_dialog_nm_pptp_auth_dialog_CFLAGS = \
$(GLIB_CFLAGS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]