Skip to content

Commit

Permalink
build: Avoid duplicate variable definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <smcv@debian.org>
  • Loading branch information
smcv committed May 5, 2021
1 parent 6c42ece commit cc17c0d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ GITIGNOREFILES += build-aux/ m4/ gtk-doc.make config.h.in aclocal.m4

include $(INTROSPECTION_MAKEFILE)

girdir = $(pkgdatadir)/gir-1.0
gir_DATA = $(INTROSPECTION_GIRS)
typelibdir = $(pkglibdir)/girepository-1.0
typelib_DATA = $(gir_DATA:.gir=.typelib)
gir_DATA += $(INTROSPECTION_GIRS)
typelib_DATA += $(gir_DATA:.gir=.typelib)

include src/Makefile-git-evtag.am
include man/Makefile-man.am
Expand Down

0 comments on commit cc17c0d

Please sign in to comment.