diff options
Diffstat (limited to 'netspeed/icons/24x24')
-rw-r--r-- | netspeed/icons/24x24/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/24x24/apps/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/24x24/devices/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/24x24/status/Makefile.am | 2 |
4 files changed, 8 insertions, 0 deletions
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 |