From 3a56e1b435de3c6d32d72bbeeea33be93425a4dd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 5 May 2021 10:24:54 +0100 Subject: [PATCH] build: Remove GObject-Introspection machinery There's no library here, so there's certainly nothing to introspect. Signed-off-by: Simon McVittie --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1a146bc..2252f87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,11 +27,6 @@ AM_CFLAGS += $(WARN_CFLAGS) GITIGNOREFILES += build-aux/ m4/ gtk-doc.make config.h.in aclocal.m4 -include $(INTROSPECTION_MAKEFILE) - -gir_DATA += $(INTROSPECTION_GIRS) -typelib_DATA += $(gir_DATA:.gir=.typelib) - include src/Makefile-git-evtag.am include man/Makefile-man.am include rust/Makefile-inc.am