summaryrefslogtreecommitdiff
path: root/libview
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 /libview
parentd4bec449261330c39fe2bda396bea66cc6c57e26 (diff)
downloadatril-3cdb3a05a4847540a697140df332cd3916f21252.tar.bz2
atril-3cdb3a05a4847540a697140df332cd3916f21252.tar.xz
introspection: Fix bogus --library arguments.
Diffstat (limited to 'libview')
-rw-r--r--libview/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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) \