From 3cdb3a05a4847540a697140df332cd3916f21252 Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 4 Apr 2021 07:07:18 -0700 Subject: introspection: Fix bogus --library arguments. --- libdocument/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdocument/Makefile.am') diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index f527f0a4..f621293d 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -163,7 +163,7 @@ AtrilDocument-$(EV_API_VERSION).gir: libatrildocument.la Makefile $(INST_H_FILES --include=Gdk-3.0 \ --include=GdkPixbuf-2.0 \ --include=Gtk-3.0 \ - --library=atrildocument \ + --library=libatrildocument.la \ --libtool="$(LIBTOOL)" \ --output $@ \ --pkg atril-document-$(EV_API_VERSION) \ -- cgit v1.2.1