Switch to side-by-side view

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -16,6 +16,7 @@
 	${MAKE} -C index recollindex
 	@NOQTMAKE@(cd $(QTGUI); ${QMAKE} recoll.pro)
 	@NOQTMAKE@${MAKE} -C $(QTGUI) depth=..
+	@NOPYTHON@${MAKE} -C python/recoll
 	${MAKE} -C query recollq
 
 mk/sysconf:
@@ -40,6 +41,8 @@
 	${MAKE} -C lib clean
 	${MAKE} -C query clean
 	${MAKE} -C utils clean
+	-${MAKE} -C desktop/unity-lens-recoll clean
+	-${MAKE} -C python/recoll clean
 	@NOQTMAKE@@-${MAKE} -C $(QTGUI) clean
 	rm -f qtgui/Makefile qtgui/confgui/Makefile qtgui/recoll
 	rm -f filters/rclexecm.pyc
@@ -51,6 +54,8 @@
 # Note: we don't remove the top Makefile, to keep the "clean" targets
 # available but a "Make" won't work without a configure anyway
 distclean: clean
+	-${MAKE} -C desktop/unity-lens-recoll distclean
+	-${MAKE} -C python/recoll distclean
 	rm -f mk/sysconf mk/localdefs sampleconf/recoll.conf \
 	   qtgui/recoll.pro \
 	   config.log config.status \