diff options
Diffstat (limited to 'backend/pdf/Makefile.am')
-rw-r--r-- | backend/pdf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/pdf/Makefile.am b/backend/pdf/Makefile.am index 05d506ae..53d037a2 100644 --- a/backend/pdf/Makefile.am +++ b/backend/pdf/Makefile.am @@ -16,7 +16,7 @@ libpdfdocument_la_SOURCES = \ libpdfdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libpdfdocument_la_LIBADD = \ - $(top_builddir)/libdocument/libevdocument.la \ + $(top_builddir)/libdocument/libatrildocument.la \ $(BACKEND_LIBS) \ $(POPPLER_LIBS) \ $(CAIRO_PDF_LIBS) \ |