From 724d45820a573e38c82859d20dd2b870e2a89a80 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 5 May 2021 10:20:51 +0100 Subject: [PATCH] build: Remove GObject-Introspection machinery This silences some warnings about duplicated variables, and also removes some unnecessary code; there's no library here, so there's certainly nothing to introspect. Signed-off-by: Simon McVittie --- Makefile.am | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index e169c33..179dea8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,13 +28,6 @@ AM_CFLAGS += $(WARN_CFLAGS) GITIGNOREFILES += build-aux/ m4/ gtk-doc.make config.h.in aclocal.m4 GITIGNOREFILES += git-evtag-*.tar.* -include $(INTROSPECTION_MAKEFILE) - -girdir = $(pkgdatadir)/gir-1.0 -gir_DATA = $(INTROSPECTION_GIRS) -typelibdir = $(pkglibdir)/girepository-1.0 -typelib_DATA = $(gir_DATA:.gir=.typelib) - include src/Makefile-git-evtag.am include man/Makefile-man.am include rust/Makefile-inc.am