diff options
author | Stefano Karapetsas <[email protected]> | 2014-07-11 22:22:55 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-07-11 22:22:55 +0200 |
commit | ec8233d30e8ac694381d42748cf8b08de077ec54 (patch) | |
tree | 15af1216c4fe15f5e69c711bb60dfbb00cd2f1ff /libview | |
parent | 3fb872ef3997cf8b2c0974a6603d6322f7c9939c (diff) | |
download | atril-ec8233d30e8ac694381d42748cf8b08de077ec54.tar.bz2 atril-ec8233d30e8ac694381d42748cf8b08de077ec54.tar.xz |
libview: Fix makefile
Diffstat (limited to 'libview')
-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 \ |