Skip to content

Commit

Permalink
utils/kamcmd: updated paths for the new source code tree structure
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 7, 2016
1 parent 877038d commit 7e138cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion utils/kamcmd/Makefile
@@ -1,5 +1,5 @@
# $Id$
COREPATH=../..
COREPATH=../../src/
include $(COREPATH)/Makefile.defs
include $(COREPATH)/Makefile.targets

Expand Down
6 changes: 3 additions & 3 deletions utils/kamcmd/kamcmd.c
Expand Up @@ -62,9 +62,9 @@
#include "parse_listen_id.h"
#include "license.h"

#include "../../modules/ctl/ctl_defaults.h" /* default socket & port */
#include "../../modules/ctl/binrpc.h"
#include "../../modules/ctl/binrpc.c" /* ugly hack */
#include "../../src/modules/ctl/ctl_defaults.h" /* default socket & port */
#include "../../src/modules/ctl/binrpc.h"
#include "../../src/modules/ctl/binrpc.c" /* ugly hack */


#ifndef NAME
Expand Down

0 comments on commit 7e138cd

Please sign in to comment.