summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2017-02-23 19:10:37 +0200
committerErnestas Kulik <ernestask@src.gnome.org>2017-02-24 00:24:27 +0200
commit728300331dc5caa6142704e0e4cd70004bf0037a (patch)
treea765b5c2b58ea6fd7055fe24b2f43811e0bbfeec /Makefile.am
parent9edc580ca0b8dfc719a1cfb9a5c03e83fb56acc4 (diff)
downloadnautilus-728300331dc5caa6142704e0e4cd70004bf0037a.tar.gz
general: drop git.mk
This commit removes git.mk and adds hand-written gitignore files. That is needed to ignore build/, which is the directory of choice for Meson builds. https://bugzilla.gnome.org/show_bug.cgi?id=778167
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index ba8397626..aca507c4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,13 +31,6 @@ EXTRA_DIST= \
Makefile.shared \
$(NULL)
-MAINTAINERCLEANFILES = \
- $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
- $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
- $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL)
-
DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --enable-gtk-doc
ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
-
--include $(top_srcdir)/git.mk