summaryrefslogtreecommitdiffstats
path: root/src/appl/sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/sample')
-rw-r--r--src/appl/sample/Makefile.in4
-rw-r--r--src/appl/sample/sclient/Makefile.in4
-rw-r--r--src/appl/sample/sserver/Makefile.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in
index dceddc25c5..1678cad196 100644
--- a/src/appl/sample/Makefile.in
+++ b/src/appl/sample/Makefile.in
@@ -1,6 +1,6 @@
-thisconfigdir=.
+thisconfigdir=./..
myfulldir=appl/sample
-mydir=.
+mydir=sample
MY_SUBDIRS = sclient sserver
BUILDTOP=$(REL)$(U)$(S)$(U)
diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in
index e8c50a7c56..744a404c20 100644
--- a/src/appl/sample/sclient/Makefile.in
+++ b/src/appl/sample/sclient/Makefile.in
@@ -1,6 +1,6 @@
-thisconfigdir=./..
+thisconfigdir=./../..
myfulldir=appl/sample/sclient
-mydir=sclient
+mydir=sample/sclient
MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in
index 00467b9b27..5e0b93ab76 100644
--- a/src/appl/sample/sserver/Makefile.in
+++ b/src/appl/sample/sserver/Makefile.in
@@ -1,6 +1,6 @@
-thisconfigdir=./..
+thisconfigdir=./../..
myfulldir=appl/sample/sserver
-mydir=sserver
+mydir=sample/sserver
MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)