summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0a259940..56e200c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-SUBDIRS = libyelp src po data tests docs
+SUBDIRS = libyelp libyelp/web-extension src po data tests docs
@INTLTOOL_DESKTOP_RULE@