aboutsummaryrefslogtreecommitdiff
path: root/src/appl/sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/sample')
-rw-r--r--src/appl/sample/Makefile.in1
-rw-r--r--src/appl/sample/configure.in1
-rw-r--r--src/appl/sample/sclient/Makefile.in1
-rw-r--r--src/appl/sample/sclient/configure.in1
-rw-r--r--src/appl/sample/sserver/Makefile.in1
-rw-r--r--src/appl/sample/sserver/configure.in1
6 files changed, 6 insertions, 0 deletions
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in
index 7be88b4..f212f78 100644
--- a/src/appl/sample/Makefile.in
+++ b/src/appl/sample/Makefile.in
@@ -3,6 +3,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
DEFS = @DEFS@
+CCOPTS = @CCOPTS@
LIBS = @LIBS@
CFLAGS = $(CCOPTS)
diff --git a/src/appl/sample/configure.in b/src/appl/sample/configure.in
index c1c3fa2..3d953e6 100644
--- a/src/appl/sample/configure.in
+++ b/src/appl/sample/configure.in
@@ -1,4 +1,5 @@
AC_INIT(configure.in)
+WITH_CCOPTS
AC_SET_BUILDTOP
CONFIG_DIRS(sclient sserver)
MAKE_SUBDIRS("making",all)
diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in
index 457ad80..fbd9d2c 100644
--- a/src/appl/sample/sclient/Makefile.in
+++ b/src/appl/sample/sclient/Makefile.in
@@ -3,6 +3,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
DEFS = @DEFS@
+CCOPTS = @CCOPTS@
LIBS = @LIBS@
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
diff --git a/src/appl/sample/sclient/configure.in b/src/appl/sample/sclient/configure.in
index 40a35bf..8650da6 100644
--- a/src/appl/sample/sclient/configure.in
+++ b/src/appl/sample/sclient/configure.in
@@ -1,4 +1,5 @@
AC_INIT(sclient.c)
+WITH_CCOPTS
AC_SET_BUILDTOP
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)
diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in
index 9287397..bd5dc27 100644
--- a/src/appl/sample/sserver/Makefile.in
+++ b/src/appl/sample/sserver/Makefile.in
@@ -3,6 +3,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
DEFS = @DEFS@
+CCOPTS = @CCOPTS@
LIBS = @LIBS@
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
diff --git a/src/appl/sample/sserver/configure.in b/src/appl/sample/sserver/configure.in
index 03cc40f..c11045c 100644
--- a/src/appl/sample/sserver/configure.in
+++ b/src/appl/sample/sserver/configure.in
@@ -1,4 +1,5 @@
AC_INIT(sserver.c)
+WITH_CCOPTS
AC_SET_BUILDTOP
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)