diff options
author | Luca Ferretti <elle.uca@libero.it> | 2009-09-02 00:05:09 +0200 |
---|---|---|
committer | Luca Ferretti <elle.uca@libero.it> | 2009-09-02 00:05:09 +0200 |
commit | b19c7725825d6ed8b64263096f252691266eb0d8 (patch) | |
tree | 445101438a371ae5c41b30db5b6091c9d1685d63 /mixer | |
parent | 2234307c31d0bc479b9c9415374ab2608ff7f5f2 (diff) |
Add Behdad's git.mk to autogenerate .gitignore
Diffstat (limited to 'mixer')
-rw-r--r-- | mixer/Makefile.am | 2 | ||||
-rw-r--r-- | mixer/docs/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mixer/Makefile.am b/mixer/Makefile.am index 7546ef89a..4a86951db 100644 --- a/mixer/Makefile.am +++ b/mixer/Makefile.am @@ -55,3 +55,5 @@ if GCONF_SCHEMAS_INSTALL install-data-local: GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schemas_DATA) ; endif + +-include $(top_srcdir)/git.mk diff --git a/mixer/docs/Makefile.am b/mixer/docs/Makefile.am index 9d39b9954..655bd1828 100644 --- a/mixer/docs/Makefile.am +++ b/mixer/docs/Makefile.am @@ -7,3 +7,5 @@ DOC_ENTITIES = legal.xml DOC_FIGURES = figures/volumecontrol_applet.png DOC_LINGUAS = ca cs de el en_GB es eu fi fr hu it ko oc pa pt_BR ru sv uk zh_CN + +-include $(top_srcdir)/git.mk |