diff options
Diffstat (limited to 'src/appl/sample')
-rw-r--r-- | src/appl/sample/Makefile.in | 1 | ||||
-rw-r--r-- | src/appl/sample/configure.in | 1 | ||||
-rw-r--r-- | src/appl/sample/sclient/Makefile.in | 1 | ||||
-rw-r--r-- | src/appl/sample/sclient/configure.in | 1 | ||||
-rw-r--r-- | src/appl/sample/sserver/Makefile.in | 1 | ||||
-rw-r--r-- | src/appl/sample/sserver/configure.in | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in index 7be88b435..f212f78b2 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 c1c3fa2b8..3d953e69f 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 457ad807d..fbd9d2ccc 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 40a35bff3..8650da601 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 928739774..bd5dc2742 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 03cc40f72..c11045cc9 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) |