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:43:16 +0200
commit31f65910114d11671cb042ee240b95e78a933ebb (patch)
treea946c9f0bc38695d900217bd874900da3e59593c /libview
parentb8f1d0c2d0ebb7adaecc9fcaceef111a3737ebff (diff)
downloadatril-31f65910114d11671cb042ee240b95e78a933ebb.tar.bz2
atril-31f65910114d11671cb042ee240b95e78a933ebb.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) \