diff options
author | Perberos <[email protected]> | 2011-11-09 19:57:36 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 19:57:36 -0300 |
commit | b48b6581d335ff95253b074d32b5d06995d54ae1 (patch) | |
tree | 3a55a2c4fe9cd3cbaab397b1b8874475f3320a64 /backend/ps/Makefile.am | |
parent | da7bb154d27d3b872867223a5df60df8f5fb6e7d (diff) | |
download | atril-b48b6581d335ff95253b074d32b5d06995d54ae1.tar.bz2 atril-b48b6581d335ff95253b074d32b5d06995d54ae1.tar.xz |
renaming libevdocument and libevview to prevent file conflicts
Diffstat (limited to 'backend/ps/Makefile.am')
-rw-r--r-- | backend/ps/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am index 0e49a111..beab7bb9 100644 --- a/backend/ps/Makefile.am +++ b/backend/ps/Makefile.am @@ -16,7 +16,7 @@ libpsdocument_la_SOURCES = \ libpsdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libpsdocument_la_LIBADD = \ - $(top_builddir)/libdocument/libevdocument.la \ + $(top_builddir)/libdocument/libatrildocument.la \ $(BACKEND_LIBS) \ $(SPECTRE_LIBS) |