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 +- libview/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) \ diff --git a/libview/Makefile.am b/libview/Makefile.am index be5f7264..0835e9c3 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -141,7 +141,7 @@ AtrilView-$(EV_API_VERSION).gir: libatrilview.la Makefile $(INST_H_FILES) $(filt --include=GdkPixbuf-2.0 \ --include=Gtk-3.0 \ --include=AtrilDocument-$(EV_API_VERSION) \ - --library=atrilview \ + --library=libatrilview.la \ --libtool="$(LIBTOOL)" \ --output $@ \ --pkg atril-document-$(EV_API_VERSION) \ -- cgit v1.2.1