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