summaryrefslogtreecommitdiff
path: root/netspeed
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2018-11-26 16:50:43 +0800
committerraveit65 <[email protected]>2018-12-08 10:29:02 +0100
commit70085d237ef4c014ae4bfbd413c6b7667e65efed (patch)
tree4eee5030ad97871c766bef0d5c5d0c182b269d47 /netspeed
parente90936ece6b341fbaa82e451da335a2eb070eb56 (diff)
downloadmate-applets-70085d237ef4c014ae4bfbd413c6b7667e65efed.tar.bz2
mate-applets-70085d237ef4c014ae4bfbd413c6b7667e65efed.tar.xz
Support git.mk to generate .gitignore
Diffstat (limited to 'netspeed')
-rw-r--r--netspeed/Makefile.am2
-rw-r--r--netspeed/data/Makefile.am2
-rw-r--r--netspeed/icons/16x16/Makefile.am2
-rw-r--r--netspeed/icons/16x16/apps/Makefile.am2
-rw-r--r--netspeed/icons/16x16/devices/Makefile.am2
-rw-r--r--netspeed/icons/22x22/Makefile.am2
-rw-r--r--netspeed/icons/22x22/apps/Makefile.am2
-rw-r--r--netspeed/icons/22x22/devices/Makefile.am2
-rw-r--r--netspeed/icons/24x24/Makefile.am2
-rw-r--r--netspeed/icons/24x24/apps/Makefile.am2
-rw-r--r--netspeed/icons/24x24/devices/Makefile.am2
-rw-r--r--netspeed/icons/24x24/status/Makefile.am2
-rw-r--r--netspeed/icons/32x32/Makefile.am2
-rw-r--r--netspeed/icons/32x32/apps/Makefile.am2
-rw-r--r--netspeed/icons/32x32/devices/Makefile.am2
-rw-r--r--netspeed/icons/48x48/Makefile.am2
-rw-r--r--netspeed/icons/48x48/apps/Makefile.am2
-rw-r--r--netspeed/icons/48x48/devices/Makefile.am2
-rw-r--r--netspeed/icons/Makefile.am2
-rw-r--r--netspeed/icons/scalable/Makefile.am2
-rw-r--r--netspeed/icons/scalable/apps/Makefile.am2
-rw-r--r--netspeed/src/Makefile.am2
22 files changed, 44 insertions, 0 deletions
diff --git a/netspeed/Makefile.am b/netspeed/Makefile.am
index d6a1e102..80781c79 100644
--- a/netspeed/Makefile.am
+++ b/netspeed/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = data help icons src
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/data/Makefile.am b/netspeed/data/Makefile.am
index 14430adc..5bc783cf 100644
--- a/netspeed/data/Makefile.am
+++ b/netspeed/data/Makefile.am
@@ -39,3 +39,5 @@ CLEANFILES = \
$(applet_in_files) \
org.mate.applets.NetspeedApplet.mate-panel-applet
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/16x16/Makefile.am b/netspeed/icons/16x16/Makefile.am
index b23c45c8..eb00566d 100644
--- a/netspeed/icons/16x16/Makefile.am
+++ b/netspeed/icons/16x16/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/16x16/apps/Makefile.am b/netspeed/icons/16x16/apps/Makefile.am
index 3f334dee..92696198 100644
--- a/netspeed/icons/16x16/apps/Makefile.am
+++ b/netspeed/icons/16x16/apps/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/16x16/devices/Makefile.am b/netspeed/icons/16x16/devices/Makefile.am
index f5dfcbdd..653f0847 100644
--- a/netspeed/icons/16x16/devices/Makefile.am
+++ b/netspeed/icons/16x16/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/22x22/Makefile.am b/netspeed/icons/22x22/Makefile.am
index b23c45c8..eb00566d 100644
--- a/netspeed/icons/22x22/Makefile.am
+++ b/netspeed/icons/22x22/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/22x22/apps/Makefile.am b/netspeed/icons/22x22/apps/Makefile.am
index 90c811ae..9c16c9f4 100644
--- a/netspeed/icons/22x22/apps/Makefile.am
+++ b/netspeed/icons/22x22/apps/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/22x22/devices/Makefile.am b/netspeed/icons/22x22/devices/Makefile.am
index 074503e2..46451c5e 100644
--- a/netspeed/icons/22x22/devices/Makefile.am
+++ b/netspeed/icons/22x22/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/24x24/Makefile.am b/netspeed/icons/24x24/Makefile.am
index f34f5bb5..dfde3f10 100644
--- a/netspeed/icons/24x24/Makefile.am
+++ b/netspeed/icons/24x24/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices status
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/24x24/apps/Makefile.am b/netspeed/icons/24x24/apps/Makefile.am
index a835053d..9b3057bf 100644
--- a/netspeed/icons/24x24/apps/Makefile.am
+++ b/netspeed/icons/24x24/apps/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/24x24/devices/Makefile.am b/netspeed/icons/24x24/devices/Makefile.am
index 6e8604be..ea5b03e8 100644
--- a/netspeed/icons/24x24/devices/Makefile.am
+++ b/netspeed/icons/24x24/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/24x24/status/Makefile.am b/netspeed/icons/24x24/status/Makefile.am
index 9f25bf20..3f6bd360 100644
--- a/netspeed/icons/24x24/status/Makefile.am
+++ b/netspeed/icons/24x24/status/Makefile.am
@@ -12,3 +12,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/32x32/Makefile.am b/netspeed/icons/32x32/Makefile.am
index b23c45c8..eb00566d 100644
--- a/netspeed/icons/32x32/Makefile.am
+++ b/netspeed/icons/32x32/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/32x32/apps/Makefile.am b/netspeed/icons/32x32/apps/Makefile.am
index 895598fe..cfa6294f 100644
--- a/netspeed/icons/32x32/apps/Makefile.am
+++ b/netspeed/icons/32x32/apps/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/32x32/devices/Makefile.am b/netspeed/icons/32x32/devices/Makefile.am
index c763c4b9..553bf0d4 100644
--- a/netspeed/icons/32x32/devices/Makefile.am
+++ b/netspeed/icons/32x32/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/48x48/Makefile.am b/netspeed/icons/48x48/Makefile.am
index b23c45c8..eb00566d 100644
--- a/netspeed/icons/48x48/Makefile.am
+++ b/netspeed/icons/48x48/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/48x48/apps/Makefile.am b/netspeed/icons/48x48/apps/Makefile.am
index 1c96bb86..9e7b9d84 100644
--- a/netspeed/icons/48x48/apps/Makefile.am
+++ b/netspeed/icons/48x48/apps/Makefile.am
@@ -10,3 +10,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/48x48/devices/Makefile.am b/netspeed/icons/48x48/devices/Makefile.am
index d2e476dc..a81ac445 100644
--- a/netspeed/icons/48x48/devices/Makefile.am
+++ b/netspeed/icons/48x48/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/Makefile.am b/netspeed/icons/Makefile.am
index 02873848..123b8e39 100644
--- a/netspeed/icons/Makefile.am
+++ b/netspeed/icons/Makefile.am
@@ -12,3 +12,5 @@ update-icon-cache:
echo "*** Icon cache not updated. After (un)install, run this:"; \
echo "*** $(gtk_update_icon_cache)"; \
fi
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/scalable/Makefile.am b/netspeed/icons/scalable/Makefile.am
index be70ac5b..237e2099 100644
--- a/netspeed/icons/scalable/Makefile.am
+++ b/netspeed/icons/scalable/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/scalable/apps/Makefile.am b/netspeed/icons/scalable/apps/Makefile.am
index 55870be1..c869cfdf 100644
--- a/netspeed/icons/scalable/apps/Makefile.am
+++ b/netspeed/icons/scalable/apps/Makefile.am
@@ -13,3 +13,5 @@ EXTRA_DIST = \
$(icons_DATA) \
$(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/src/Makefile.am b/netspeed/src/Makefile.am
index 10cf7d4e..8fe8c569 100644
--- a/netspeed/src/Makefile.am
+++ b/netspeed/src/Makefile.am
@@ -12,3 +12,5 @@ mate_netspeed_applet_LDADD = $(GIO_LIBS) $(GTOP_APPLETS_LIBS) \
$(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) \
$(IWLIB) $(INTLLIBS) -lm
+
+-include $(top_srcdir)/git.mk