From b544d50d45d476a523fbb55c564eb8b6dd015cac Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 10 Jun 2009 19:06:49 +0000 Subject: Add zlib to linker flags to avoid undefined symbols on win32 --- (limited to 'backend/impress') diff --git a/backend/impress/Makefile.am b/backend/impress/Makefile.am index d6213f7..02305f3 100644 --- a/backend/impress/Makefile.am +++ b/backend/impress/Makefile.am @@ -43,7 +43,7 @@ IMPOSTER_RENDER_INCLUDE_FILES = \ libimpressdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libimpressdocument_la_LIBADD = \ $(top_builddir)/libdocument/libevdocument.la \ - $(BACKEND_LIBS) + $(BACKEND_LIBS) -lz backend_in_files = impressdocument.evince-backend.in -- cgit v0.9.1