diff options
| author | Alexey Shchepin <alexey@process-one.net> | 2004-09-26 20:46:43 +0000 |
|---|---|---|
| committer | Alexey Shchepin <alexey@process-one.net> | 2004-09-26 20:46:43 +0000 |
| commit | cbcb2bd3a643ab67413f68cc36171e6c67030308 (patch) | |
| tree | 7bc7b1a78da51a984ab9b7927437317498261df5 /src/web/Makefile.in | |
| parent | * src/jlib.hrl: Added namespace for iq-register stream feature (diff) | |
* src/aclocal.m4: Better expat and openssl detection (thanks to
Anton Vanin)
* src/**/Makefile.in: Updated (thanks to Anton Vanin)
* src/configure.ac: Likewise
SVN Revision: 267
Diffstat (limited to 'src/web/Makefile.in')
| -rw-r--r-- | src/web/Makefile.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/web/Makefile.in b/src/web/Makefile.in index e73c75e59..10949d9c2 100644 --- a/src/web/Makefile.in +++ b/src/web/Makefile.in @@ -1,14 +1,10 @@ # $Id$ CC = @CC@ -CFLAGS = @CFLAGS@ +CFLAGS = @CFLAGS@ @ERLANG_CFLAGS@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ - -INCLUDES = @ERLANG_CFLAGS@ - -LIBDIRS = @ERLANG_LIBS@ +LIBS = @LIBS@ @ERLANG_LIBS@ SUBDIRS = |
