summaryrefslogtreecommitdiffstats
path: root/icons/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-30 02:43:26 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-30 14:48:13 +0200
commit81c2c3bfec32f0a83abe6b938db11418d71a22db (patch)
treec3cb3e2f719725331687fe690a48e70abdea89ef /icons/Makefile.am
parent902b9a71e2b4984ea88fdaf7b40acf034b69a454 (diff)
downloadvirt-viewer-81c2c3bfec32f0a83abe6b938db11418d71a22db.tar.gz
virt-viewer-81c2c3bfec32f0a83abe6b938db11418d71a22db.tar.xz
virt-viewer-81c2c3bfec32f0a83abe6b938db11418d71a22db.zip
build-sys: use git.mk to generate gitignore
This makefile is just fantastic, it forces you into good practices, support various build targets (my windows builddir ignore the right files etc..) The more I use it, the more I like it.
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r--icons/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am
index cf355ff..699d36d 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -10,3 +10,5 @@ ico_sizes = 16 32 48 256
$(AM_V_GEN)$(ICOTOOL) -c -o $@ $^
CLEANFILES = virt-viewer.ico
+
+-include $(top_srcdir)/git.mk