build: adjust `make cscope` paths for recent refactoring
authorThomas Haller <thaller@redhat.com>
Thu, 14 Aug 2014 11:38:33 +0000 (13:38 +0200)
committerThomas Haller <thaller@redhat.com>
Sun, 17 Aug 2014 21:04:11 +0000 (23:04 +0200)
Signed-off-by: Thomas Haller <thaller@redhat.com>
Makefile.am

index b3d4158..1f1311b 100644 (file)
@@ -64,6 +64,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 CLEANFILES = cscope.in.out cscope.out cscope.po.out
 
 cscope:
-       cscope -b -q -R -Iinclude -ssrc -slibnm-glib -slibnm-util -scli/src;
+       cscope -b -q -R -Iinclude -ssrc -slibnm-core -slibnm -slibnm-glib -slibnm-util -sclients;
 
 .PHONY: cscope