diff options
Diffstat (limited to 'plugins/xrdb')
-rw-r--r-- | plugins/xrdb/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/xrdb/data/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/plugins/xrdb/Makefile.am b/plugins/xrdb/Makefile.am index 4e5ca26..243781f 100644 --- a/plugins/xrdb/Makefile.am +++ b/plugins/xrdb/Makefile.am @@ -55,3 +55,5 @@ DISTCLEANFILES = \ $(plugin_DATA): $(plugin_in_files) $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + +-include $(top_srcdir)/git.mk diff --git a/plugins/xrdb/data/Makefile.am b/plugins/xrdb/data/Makefile.am index 26ff90f..576f0c4 100644 --- a/plugins/xrdb/data/Makefile.am +++ b/plugins/xrdb/data/Makefile.am @@ -13,3 +13,5 @@ xrdb_DATA = \ EXTRA_DIST = \ $(xrdb_DATA) \ $(NULL) + +-include $(top_srcdir)/git.mk |