Skip to content

Commit

Permalink
build: Remove GObject-Introspection machinery
Browse files Browse the repository at this point in the history
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 <smcv@debian.org>
  • Loading branch information
smcv committed Nov 12, 2022
1 parent 2dce8bd commit f2e4440
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2e4440

Please sign in to comment.