diff options
Diffstat (limited to 'netspeed/icons/48x48')
-rw-r--r-- | netspeed/icons/48x48/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/48x48/apps/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/48x48/devices/Makefile.am | 2 |
3 files changed, 6 insertions, 0 deletions
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 |