From 966b916834ff58fc2be0a7424c1a70ebb831b309 Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 4 Apr 2021 07:07:18 -0700 Subject: [PATCH] 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 d1db419c0..fc81c891c 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -168,7 +168,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 be5f72643..0835e9c37 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) \