diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-09-04 17:11:22 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-09-04 17:11:22 +0100 |
commit | 05b427a509e77a755e6b275b814f64c5a905fde5 (patch) | |
tree | 6e3d9cfd45e509b3f6c0b3bd74a00251e5187164 /lib | |
parent | 0b60a176f820f8c698d36a15a48ede15e67097d8 (diff) | |
download | totem-05b427a509e77a755e6b275b814f64c5a905fde5.tar.gz |
Add git.mk support
Add git.mk from Pango to automatically generate and update .gitignore files.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index b659b9159..8d223edf6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,3 +29,4 @@ libtotemscrsaver_la_LIBADD = \ $(DBUS_LIBS) \ $(XTEST_LIBS) +-include $(top_srcdir)/git.mk |