diff options
author | avishkar gupta <[email protected]> | 2014-07-12 01:58:30 +0530 |
---|---|---|
committer | avishkar gupta <[email protected]> | 2014-07-12 01:58:30 +0530 |
commit | 812a3c3d777a74b6e72fc402c17a5b861a712040 (patch) | |
tree | 15af1216c4fe15f5e69c711bb60dfbb00cd2f1ff /libview/Makefile.am | |
parent | 3fb872ef3997cf8b2c0974a6603d6322f7c9939c (diff) | |
parent | ec8233d30e8ac694381d42748cf8b08de077ec54 (diff) | |
download | atril-812a3c3d777a74b6e72fc402c17a5b861a712040.tar.bz2 atril-812a3c3d777a74b6e72fc402c17a5b861a712040.tar.xz |
Merge pull request #1 from stefano-k/epub
libview: Fix makefile
Diffstat (limited to 'libview/Makefile.am')
-rw-r--r-- | libview/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am index a5d28360..96e80ea3 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -77,7 +77,7 @@ libatrilview_la_LDFLAGS = \ libatrilview_la_LIBADD = \ $(top_builddir)/libdocument/libatrildocument.la \ $(LIBVIEW_LIBS) \ - $(WEBKIT_CFLAGS) + $(WEBKIT_LIBS) BUILT_SOURCES = \ ev-view-marshal.h \ |