diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 0e327912..d991a764 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -106,8 +106,8 @@ atril_LDADD= \ $(top_builddir)/cut-n-paste/gimpcellrenderertoggle/libgimpcellrenderertoggle.la \ $(top_builddir)/cut-n-paste/smclient/libsmclient.la \ $(top_builddir)/properties/libevproperties.la \ - $(top_builddir)/libdocument/libevdocument.la \ - $(top_builddir)/libview/libevview.la \ + $(top_builddir)/libdocument/libatrildocument.la \ + $(top_builddir)/libview/libatrilview.la \ $(top_builddir)/libmisc/libevmisc.la \ $(SHELL_LIBS) |