summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcos Chavarría Teijeiro <chavarria1991@gmail.com>2014-11-12 10:28:42 +0100
committerDavid King <amigadave@amigadave.com>2015-06-22 13:32:35 +0100
commit901b4fb82e007e9d93deb3f1e13cc36d5b2bf37b (patch)
tree2007392a342967c526c412dfb5b5a97175883de7 /src
parent7a2f5fc0ab4709d82de7748080dfe920407b763d (diff)
downloadyelp-901b4fb82e007e9d93deb3f1e13cc36d5b2bf37b.tar.gz
yelp-view: Implement web extension to load resources
I have split the libyelp library into two parts in order to avoid linking the webextension against libyelp. So now we have a libyelpuri with the yelp-uri, yelp-build-uri and their dependecies and the old libyelp with the remaining files. I have modified the yelp-build-uri logic to not have to use yelp-document because it implies to have to add to the new library most of libyelp classes.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5bf6f392..288a0ac6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,6 +26,7 @@ yelp_CFLAGS = \
yelp_LDADD = \
$(top_builddir)/libyelp/libyelp.la \
+ $(top_builddir)/libyelp/libyelpcommon.la \
$(YELP_LIBS) \
$(POPT_LIBS)