summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <[email protected]>2021-04-04 07:07:18 -0700
committerraveit65 <[email protected]>2021-04-13 17:44:53 +0200
commit3cdb3a05a4847540a697140df332cd3916f21252 (patch)
treed8b518875f09fccee5af901178847a5cb6e09a2e
parentd4bec449261330c39fe2bda396bea66cc6c57e26 (diff)
downloadatril-3cdb3a05a4847540a697140df332cd3916f21252.tar.bz2
atril-3cdb3a05a4847540a697140df332cd3916f21252.tar.xz
introspection: Fix bogus --library arguments.
-rw-r--r--libdocument/Makefile.am2
-rw-r--r--libview/Makefile.am2
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) \