summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-08-14 13:38:33 +0200
committerThomas Haller <thaller@redhat.com>2014-08-17 23:04:11 +0200
commit83479263c43a25876af05a26c16d286109314a35 (patch)
tree8541b7eaadbd93909b5b70f7a44a87483a2c4d70
parent9a9c2f4f844ed134d2ecb59b8bcda202b57d7c47 (diff)
build: adjust `make cscope` paths for recent refactoring
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b3d41584a6..1f1311b8fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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