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/eldap | |
| 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/eldap')
| -rw-r--r-- | src/eldap/Makefile.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/eldap/Makefile.in b/src/eldap/Makefile.in index 51126a6c1..5ce2a4d9f 100644 --- a/src/eldap/Makefile.in +++ b/src/eldap/Makefile.in @@ -1,18 +1,13 @@ # $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 = - OUTDIR = .. EFLAGS = -I .. -pz .. OBJS = \ |
