From 81c2c3bfec32f0a83abe6b938db11418d71a22db Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 30 Mar 2012 02:43:26 +0200 Subject: 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. --- icons/22x22/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'icons/22x22') 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 -- cgit