summaryrefslogtreecommitdiffstats
path: root/icons/22x22
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/22x22
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/22x22')
-rw-r--r--icons/22x22/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am
index 355b4d1..ba7d6aa 100644
--- a/icons/22x22/Makefile.am
+++ b/icons/22x22/Makefile.am
@@ -3,3 +3,5 @@ icondir = $(datadir)/icons/hicolor/$(size)/apps/
icon_DATA = $(PACKAGE).png
EXTRA_DIST = $(icon_DATA)
+
+-include $(top_srcdir)/git.mk