diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/Makefile.am | 2 | ||||
-rw-r--r-- | applets/brightness/Makefile.am | 2 | ||||
-rw-r--r-- | applets/inhibit/Makefile.am | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/applets/Makefile.am b/applets/Makefile.am index afa326f..62ee335 100644 --- a/applets/Makefile.am +++ b/applets/Makefile.am @@ -1 +1,3 @@ SUBDIRS = brightness inhibit + +-include $(top_srcdir)/git.mk diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am index aeba0ad..710223a 100644 --- a/applets/brightness/Makefile.am +++ b/applets/brightness/Makefile.am @@ -65,3 +65,5 @@ EXTRA_DIST = $(applet_in_files).in $(ui_DATA) $(service_in_files) DISTCLEANFILES = \ $(applet_DATA) $(applet_DATA).in $(service_DATA) + +-include $(top_srcdir)/git.mk diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am index 116f4e1..42c395b 100644 --- a/applets/inhibit/Makefile.am +++ b/applets/inhibit/Makefile.am @@ -64,3 +64,5 @@ ui_DATA = inhibit-applet-menu.xml EXTRA_DIST = $(applet_in_files).in $(ui_DATA) $(service_in_files) DISTCLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) + +-include $(top_srcdir)/git.mk |