summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-05-03 20:08:11 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-05-04 14:29:21 -0400
commita398c840be41102f170e79183a8bb9e8b6fa3a26 (patch)
treeb4651e8ab981743521888014be9cbf9afbcbdfd8 /contrib
parente5702523fff7cbb7c935eadb4503e2b70e48e5fb (diff)
downloadgdk-pixbuf-a398c840be41102f170e79183a8bb9e8b6fa3a26.tar.gz
Add git.mk to generate .gitignore files
Add four new doc templates that were not in repository.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am2
-rw-r--r--contrib/gdk-pixbuf-xlib/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 3d2ba11eb..feb4bdbf8 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -4,3 +4,5 @@ SUBDIRS =
if USE_X11
SUBDIRS += gdk-pixbuf-xlib
endif
+
+-include $(top_srcdir)/git.mk
diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am
index 328bbe675..4b89e5172 100644
--- a/contrib/gdk-pixbuf-xlib/Makefile.am
+++ b/contrib/gdk-pixbuf-xlib/Makefile.am
@@ -38,3 +38,5 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gdk-pixbuf-xlib-2.0.pc
EXTRA_DIST += gdk-pixbuf-xlib-2.0.pc.in
+
+-include $(top_srcdir)/git.mk